DataModelTableCollection

DataModelTableCollection class

Represents the list of the data model table.

class DataModelTableCollection;

Methods

MethodDescription
get(number)Gets the data model table by position of the collection.
getCount()Gets the number of elements contained in.
isNull()Checks whether the implementation object is null.

get(number)

Gets the data model table by position of the collection.

get(index: number) : DataModelTable;

Parameters:

ParameterTypeDescription
indexnumberThe position of the collection.

Returns

DataModelTable

getCount()

Gets the number of elements contained in.

getCount() : number;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;