Class GeodatabaseFeatureTable
Represents a feature table stored in a Geodatabase.
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeodatabaseFeatureTable : ArcGISFeatureTable, INotifyPropertyChanged, ILoadable
Remarks
For mobile geodatabases created by ArcGIS Pro, renderer information isn't stored in the geodatabase. A default renderer is therefore used to display mobile geodatabase feature tables in a feature layer. In most cases, this default should be replaced with a custom renderer.
Constructors
Name | Description |
---|---|
GeodatabaseFeatureTable(GeodatabaseFeatureTable, RelationshipInfo) | Initializes a new instance of the GeodatabaseFeatureTable class. |
Properties
Name | Description |
---|---|
Geodatabase | Gets the Geodatabase associated with this table. |
Methods
Name | Description |
---|---|
HasLocalEditsSince(DateTimeOffset) | Returns a value indicating whether local edits were made since the specified date. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Relevant samples
Edit and sync features: Synchronize offline edits with a feature service.
Feature layer (geodatabase): Display features from a local geodatabase.
Generate geodatabase: Generate a local geodatabase from an online feature service.
Geodatabase transactions: Use transactions to manage how changes are committed to a geodatabase.