DataModel
DataModel class
Represents the data model.
class DataModel;
Properties
| Property | Type | Description |
|---|---|---|
| relationships | DataModelRelationshipCollection | Readonly. Gets all relationships of the tables in the data model. |
| tables | DataModelTableCollection | Readonly. Gets all tables in the data model. |
relationships
Readonly. Gets all relationships of the tables in the data model.
relationships : DataModelRelationshipCollection;
tables
Readonly. Gets all tables in the data model.
tables : DataModelTableCollection;