This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISqlWorkspace Interface > ISqlWorkspace.GetTables Method (ArcObjects .NET 10.5 SDK) |
Returns names of all the table.
[Visual Basic .NET] Public Function GetTables ( _ ) As IStringArray
[C#] public IStringArray GetTables ( );
[C++]
HRESULT GetTables(
IStringArray** ppTableNames
);
[C++]
Parameters ppTableNames [out, retval]
ppTableNames is a parameter of type IStringArray