Class FieldDescription
An object that describes a Field to be created.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class FieldDescription
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 |
---|---|
FieldDescription(String, FieldType) | Initializes a new instance of the FieldDescription class with the specified name and type. |
Properties
Name | Description |
---|---|
Alias | Gets or sets the field's alias. |
DomainName | Gets or sets the name of the domain to use on this field. |
Editable | Gets or sets a value indicating whether the field is editable. |
FieldType | Gets or sets the field's data type. |
Length | Gets or sets the length of the field. |
Name | Gets or sets the field's name. |
Nullable | Gets or sets a value indicating whether the field is nullable. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.1 |
.NET 6.0 | 100.14 - 200.1 |
.NET 6.0 Windows | 100.14 - 200.1 |
.NET 6.0 Android | 200.0 - 200.1 |
.NET 6.0 iOS | 200.0 - 200.1 |
.NET Framework | 100.14 - 200.1 |
Android | 100.14 - 100.15 |
iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.1 |