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.