Class GeodatabaseFeatureTable
Represents a feature table stored in a Geodatabase.
Implements
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeodatabaseFeatureTable : ArcGISFeatureTable, 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 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.15 |
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.