public TableDescription( string name, IEnumerable<FieldDescription> fieldDescriptions )
Public Function New( _ ByVal name As String, _ ByVal fieldDescriptions As IEnumerable(Of FieldDescription) _ )
Parameters
- name
- The name of the description.
- fieldDescriptions
- The fields for the ArcGIS.Core.Data.Table.