Class TableDescription
An object that describes a Geodatabase
Inheritance
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 Create
Constructors
Name | Description |
---|---|
Table |
Initializes a new instance of the Table |
Table |
Initializes a new instance of the Table |
Properties
Name | Description |
---|---|
Field |
Gets the descriptions of the fields to be created. |
Geometry |
Gets or sets the type of geometry to be used by features in the table. |
Has |
Gets or sets a value indicating whether the features in the table support attachments. |
Has |
Gets or sets a value indicating whether the feature geometries should contain M values. |
Has |
Gets or sets a value indicating whether the feature geometries should contain Z values. |
Spatial |
Gets or sets the spatial reference to be used by feature geometries in the table. |
Table |
Gets or sets the table's name. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |