An abstract representation of a dataset within a geodatabase. More...
|  Header |  #include <Geodatabase | 
|  Since |  Esri | 
|  Inherits |  Esri | 
|  Inherited By | 
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| virtual | ~ | 
|  virtual Esri | geodatabase() const = 0 | 
|  virtual Esri | geodatabase | 
| virtual QString | name() const = 0 | 
Detailed Description
A GeodatabaseDataset represents a dataset in a local geodatabase (.geodatabase file)
Member Function Documentation
[override virtual] GeodatabaseDataset::~GeodatabaseDataset  ()  
Destructor.
[pure virtual] Esri::ArcGISRuntime::Geodatabase    *GeodatabaseDataset::geodatabase() const   
Gets the geodatabase within which the dataset resides.
[pure virtual] Esri::ArcGISRuntime::GeodatabaseDatasetType      GeodatabaseDataset::geodatabaseDatasetType  () const  
Gets the type of dataset.
[pure virtual] QString GeodatabaseDataset::name() const  
Gets the name of the dataset.