ESRI.ArcGIS.Geoprocessor
ParseTableName Method
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : ParseTableName Method




inputTableName
workspace
Parse a table name within the given workspace. This will strip the connected user and database names.

Syntax

Visual Basic (Declaration) 
Public Function ParseTableName( _
   ByVal inputTableName As String, _
   ByVal workspace As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim inputTableName As String
Dim workspace As String
Dim value As String
 
value = instance.ParseTableName(inputTableName, workspace)
C# 
public string ParseTableName( 
   string inputTableName,
   string workspace
)

Parameters

inputTableName
workspace

See Also

© 2010 All Rights Reserved.