DataModelTableCollection
DataModelTableCollection class
Represents the list of the data model table.
class DataModelTableCollection;
Methods
Method | Description |
---|---|
get(number) | Gets the data model table by position of the collection. |
get(string) | Gets the data model table by the name. |
get(number)
Gets the data model table by position of the collection.
get(index: number) : DataModelTable;
Parameters:
Parameter | Type | Description |
---|---|---|
index | number | The position of the collection. |
Returns
get(string)
Gets the data model table by the name.
get(name: string) : DataModelTable;
Parameters:
Parameter | Type | Description |
---|---|---|
name | string | The name of data model table. |
Returns