DataModel

DataModel class

Represents the data model.

class DataModel;

Properties

PropertyTypeDescription
relationshipsDataModelRelationshipCollectionReadonly. Gets all relationships of the tables in the data model.
tablesDataModelTableCollectionReadonly. 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;