This document is archived and information here might be outdated. Recommended version. |
Returns a collection of tables in the current workspace based on a query string and type.
[Visual Basic .NET] Public Function ListTables ( _ [ByRef wildCard As Object], _ [ByRef tableType As Object] _ ) As Object
[C#] public object ListTables ( ref object wildCard, ref object tableType );
[C++]
HRESULT ListTables(
Variant* wildCard,
Variant* tableType
);
[C++]
Parameters wildCard [in, optional]
wildCard is a parameter of type VARIANT* tableType [in, optional]
tableType is a parameter of type VARIANT*