Class FieldDescription
An object that describes a Field to be created.
Inheritance
System.Object
FieldDescription
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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.5 |
.NET | 100.14 - 200.5 |
.NET Windows | 100.14 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.14 - 200.5 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.5 |