DataModel
DataModel class
Represents the data model.
class DataModel;
Methods
Method | Description |
---|---|
getRelationships() | Gets all relationships of the tables in the data model. |
getTables() | Gets all tables in the data model. |
isNull() | Checks whether the implementation object is null. |
getRelationships()
Gets all relationships of the tables in the data model.
getRelationships() : DataModelRelationshipCollection;
Returns
DataModelRelationshipCollection
getTables()
Gets all tables in the data model.
getTables() : DataModelTableCollection;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;