Show / Hide Table of Contents

Class FieldDescription

An object that describes a Field to be created.

Inheritance
Object
FieldDescription
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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

CreateTableAsync(TableDescription)
FieldDescriptions
CreateAsync(String)

Applies to

TargetVersions
.NET Standard 2.0100.14 - 200.1
.NET 6.0100.14 - 200.1
.NET 6.0 Windows100.14 - 200.1
.NET 6.0 Android200.0 - 200.1
.NET 6.0 iOS200.0 - 200.1
.NET Framework100.14 - 200.1
Android100.14 - 100.15
iOS100.14 - 100.15
UWP100.14 - 200.1
In This Article
Back to top Copyright © 2022 Esri.