ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor.ListTables Method

Return the list of tables within the current workspace.

[Visual Basic .NET]
Public Function ListTables ( _
    ByVal wildCard As String, _
    ByVal tableType As String _
) As IGpEnumList
[C#]
public IGpEnumList ListTables (
    string wildCard,
    string tableType
);
[C++]
HRESULT ListTables(
  BSTR wildCard,
  BSTR tableType,
  IGpEnumList** ppEnumList
);
[C++]

Parameters

wildCard [in]   wildCard is a parameter of type BSTR tableType [in]   tableType is a parameter of type BSTR ppEnumList [out, retval]

  ppEnumList is a parameter of type IGpEnumList

Product Availability

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

See Also

IGeoProcessor Interface