Aspose::Cells::DataModels::DataModel class

DataModel class

Represents the data model.

class DataModel

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const DataModel& src)operator=
~DataModel()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also