ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor.ParseTableName Method

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

[Visual Basic .NET]
Public Function ParseTableName ( _
    ByVal inputTableName As String, _
    ByVal Workspace As String _
) As String
[C#]
public string ParseTableName (
    string inputTableName,
    string Workspace
);
[C++]
HRESULT ParseTableName(
  BSTR inputTableName,
  BSTR Workspace,
  BSTR* outputParsedName
);
[C++]

Parameters

inputTableName [in]   inputTableName is a parameter of type BSTR Workspace [in]   Workspace is a parameter of type BSTR outputParsedName [out, retval]   outputParsedName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoProcessor Interface