DataModel Class

DataModel class

Represents the data model.


type DataModel struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetRelationshipsGets all relationships of the tables in the data model.
GetTablesGets all tables in the data model.