DataModel
DataModel class
Represents the data model.
class DataModel;
Properties
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;
