This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITableDataSourceDescription Interface > ITableDataSourceDescription.TableName Property (ArcObjects .NET 10.4 SDK) |
Name of the Table.
[Visual Basic .NET] Public Property TableName As String
[C#] public string TableName {get; set;}
[C++]
HRESULT get_TableName(
BSTR* pTableName
);
[C++]
HRESULT put_TableName(
BSTR pTableName
);
[C++]
Parameters pTableName [out, retval] pTableName is a parameter of type BSTR pTableName [in] pTableName is a parameter of type BSTR
Note: MapServer API does not provide any way to explore and find out FeatureClass/Table name from any registered workspace, therefore you need to find out that information from the author.