ArcGIS Pro 2.8 API Reference Guide
TableDescription Constructor(TableToken)

ArcGIS.Core.Data.DDL Namespace > TableDescription Class > TableDescription Constructor : TableDescription Constructor(TableToken)
The TableToken that the description object is representing.
Creates a description object of the ArcGIS.Core.Data.Table.
Syntax
public TableDescription( 
   TableToken tableToken
)
Public Function New( _
   ByVal tableToken As TableToken _
)

Parameters

tableToken
The TableToken that the description object is representing.
Exceptions
ExceptionDescription
tableToken is null.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

TableDescription Class
TableDescription Members
Overload List