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 Create
Constructors
Name | Description |
---|---|
Field |
Initializes a new instance of the Field |
Properties
Name | Description |
---|---|
Alias | Gets or sets the field's alias. |
Domain |
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. |
Field |
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.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 |