DataModelTable

DataModelTable class

Represents properties of a single table in spreadsheet data model.

class DataModelTable;

Properties

PropertyTypeDescription
idstringReadonly. Gets the id of the data model table.
namestringReadonly. Gets the name of the data model table.
connectionNamestringReadonly. Gets the connection name of the data model table.

Methods

MethodDescription
getId()@deprecated. Please use the ‘id’ property instead. Gets the id of the data model table.
getName()@deprecated. Please use the ’name’ property instead. Gets the name of the data model table.
getConnectionName()@deprecated. Please use the ‘connectionName’ property instead. Gets the connection name of the data model table.
isNull()Checks whether the implementation object is null.

id

Readonly. Gets the id of the data model table.

id : string;

name

Readonly. Gets the name of the data model table.

name : string;

connectionName

Readonly. Gets the connection name of the data model table.

connectionName : string;

getId()

@deprecated. Please use the ‘id’ property instead. Gets the id of the data model table.

getId() : string;

getName()

@deprecated. Please use the ’name’ property instead. Gets the name of the data model table.

getName() : string;

getConnectionName()

@deprecated. Please use the ‘connectionName’ property instead. Gets the connection name of the data model table.

getConnectionName() : string;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;