Class TableDescription
An object that describes a GeodatabaseFeatureTable to be created.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TableDescription
Remarks
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 should 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 - 100.15 |
| .NET 6.0 | 100.14 - 100.15 |
| .NET 6.0 Windows | 100.14 - 100.15 |
| .NET Framework | 100.14 - 100.15 |
| Xamarin.Android | 100.14 - 100.15 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 - 100.15 |