An abstract representation of a dataset within a geodatabase. More...
| Header | #include <Geodatabase | 
| Since | Esri | 
| Inherits | Esri | 
| Inherited By | 
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 noexcept] 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.