Class Geodatabase
Represents an ArcGIS Geodatabase.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class Geodatabase
Properties
Name | Description |
---|---|
Domains | Gets the returns an list of the domains that exist in the geodatabase. |
Generate |
Gets the geometry (for example an Envelope or Polygon) used to generate a sync enabled geodatabase. |
Geodatabase |
Gets the collection of Geodatabase |
Geodatabase |
Gets a collection of geodatabase feature tables that contain dimension features. |
Geodatabase |
Gets a collection of geodatabase feature tables that contain geometries such as points, lines, or polygons. |
Is |
Gets a value indicating whether a transaction is active on the geodatabase. |
Min |
Gets the minimum server generation number for the geodatabase. |
Path | Gets the path to the database. |
Source | Gets the ArcGIS REST feature service endpoint. |
Sync |
Gets the sync ID of the geodatabase. |
Sync |
Gets the Sync |
Utility |
Gets the Utility |
Methods
Name | Description |
---|---|
Begin |
Starts a transaction on the geodatabase. |
Close() | Close a geodatabase. |
Commit |
Commits the current transaction on the geodatabase. |
Create |
Creates an empty mobile geodatabase at the specified path. |
Create |
Creates a new domain in the geodatabase. |
Create |
Creates a new table in the geodatabase. |
Delete |
Deletes the domain with the specified name from the geodatabase. |
Delete |
Deletes an existing table from the geodatabase. |
Get |
Returns the Geodatabase |
Get |
Returns the Geodatabase |
Get |
Returns a feature table containing dimension features from the geodatabase, as specified by the given feature service layer ID. |
Get |
Returns a feature table containing dimension features from the geodatabase, as specified by the given tableName. |
Get |
Returns the Geodatabase |
Get |
Returns the Geodatabase |
Get |
Gets a Utility |
Has |
Returns a value indicating whether database has local edits. |
Is |
Returns a value indicating sync is enabled for the database. |
Open |
Opens a Geodatabase at the specified path. |
Rollback |
Rollback the current transaction on the geodatabase. |
Events
Name | Description |
---|---|
Transaction |
Occurs when a transaction starts or ends (either committed or rolled back). |
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 |