ArcGIS Pro 2.8 API Reference Guide
TableDescription Constructor(String,TableDefinition)

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

Parameters

name
The name of the description.
tableDefinition
The ArcGIS.Core.Data.Table that the description object is representing.
Exceptions
ExceptionDescription
name is invalid.
tableDefinition is null.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

TableDescription Class
TableDescription Members
Overload List