This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters wildCard [in]
wildCard is a parameter of type BSTR tableType [in]
tableType is a parameter of type BSTR