Class TableDescription
An object that describes a GeodatabaseFeatureTable to be created.
Inheritance
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TableDescriptionRemarks
Creation of fields and tables is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via CreateAsync(String).
Constructors
| Name | Description | 
|---|---|
| TableDescription(String) | Initializes a new instance of the TableDescription class with the specified name. | 
| TableDescription(String, SpatialReference, GeometryType) | Initializes a new instance of the TableDescription class with the specified name, spatial reference, and geometry type. | 
Properties
| Name | Description | 
|---|---|
| FieldDescriptions | Gets the descriptions of the fields to be created. | 
| GeometryType | Gets or sets the type of geometry to be used by features in the table. | 
| HasAttachments | Gets or sets a value indicating whether the features in the table support attachments. | 
| HasM | Gets or sets a value indicating whether the feature geometries should contain M values. | 
| HasZ | Gets or sets a value indicating whether the feature geometries should contain Z values. | 
| SpatialReference | Gets or sets the spatial reference to be used by feature geometries in the table. | 
| TableName | Gets or sets the table's name. | 
See Also
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.14 - 200.8 | 
| .NET | 100.14 - 200.8 | 
| .NET Windows | 100.14 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.14 - 200.8 | 
| Xamarin.Android | 100.14 - 100.15 | 
| Xamarin.iOS | 100.14 - 100.15 | 
| UWP | 100.14 - 200.8 |