DataModelTable
Contents
[
Hide
]DataModelTable class
Represents properties of a single table in spreadsheet data model.
class DataModelTable;
Properties
| Property | Type | Description | 
|---|---|---|
| id | string | Readonly. Gets the id of the data model table. | 
| name | string | Readonly. Gets the name of the data model table. | 
| connectionName | string | Readonly. Gets the connection name of the data model table. | 
Methods
| Method | Description | 
|---|---|
| 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;