DataModel Class
DataModel class
Represents the data model.
type DataModel struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetRelationships | Gets all relationships of the tables in the data model. |
GetTables | Gets all tables in the data model. |