This document is archived and information here might be outdated.  Recommended version.


ISqlWorkspace.GetTables Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISqlWorkspace Interface > ISqlWorkspace.GetTables Method
ArcGIS Developer Help

ISqlWorkspace.GetTables Method

Returns names of all the table.

[Visual Basic .NET]
Public Function GetTables ( _
) As IStringArray
[C#]
public IStringArray GetTables (
);
[C++]
HRESULT GetTables(
void
);

Product Availability

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

See Also

ISqlWorkspace Interface