ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / TableDescription Class / TableDescription Constructor / TableDescription Constructor(TableToken)
The TableToken that the description object is representing.

TableDescription Constructor(TableToken)
Creates a description object of the ArcGIS.Core.Data.Table.
Syntax
public TableDescription( 
   TableToken tableToken
)

Parameters

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.8 or higher.
See Also