Show / Hide Table of Contents

Class TableDescription

An object that describes a GeodatabaseFeatureTable to be created.

Inheritance
Object
TableDescription
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 sealed class TableDescription
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
TableDescription(String)

Initializes a new instance of the TableDescription class with the specified name.

TableDescription(String, SpatialReference, GeometryType)

Initializes a new instance of the TableDescription class with the specified name, spatial reference, and geometry type.

Properties

Name Description
FieldDescriptions

Gets the descriptions of the fields to be created.

GeometryType

Gets or sets the type of geometry to be used by features in the table.

HasAttachments

Gets or sets a value indicating whether the features should support attachments.

HasM

Gets or sets a value indicating whether the feature geometries should contain M values.

HasZ

Gets or sets a value indicating whether the feature geometries should contain Z values.

SpatialReference

Gets or sets the spatial reference to be used by feature geometries in the table.

TableName

Gets or sets the table's name.

See Also

CreateAsync(String)
CreateTableAsync(TableDescription)

Applies to

TargetVersions
.NET Standard 2.0100.14
.NET 6.0100.14
.NET 6.0 Windows100.14
.NET Framework100.14
Xamarin.Android100.14
Xamarin.iOS100.14
UWP100.14
In This Article
Back to top Copyright © 2021 Esri.