Aspose::Cells::DataModels::DataModel class
DataModel class
Represents the data model.
class DataModel
Methods
Method | Description |
---|---|
DataModel(DataModel_Impl* impl) | Constructs from an implementation object. |
DataModel(const DataModel& src) | Copy constructor. |
GetRelationships() | Gets all relationships of the tables in the data model. |
GetTables() | Gets all tables in the data model. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const DataModel& src) | operator= |
~DataModel() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::DataModels
- Library Aspose.Cells for C++