DataModelTable
Contents
[
Hide
]DataModelTable class
Represents properties of a single table in spreadsheet data model.
class DataModelTable;
Methods
Method | Description |
---|---|
getId() | Gets the id of the data model table. |
getName() | Gets the name of the data model table. |
getConnectionName() | Gets the connection name of the data model table. |
isNull() | Checks whether the implementation object is null. |
getId()
Gets the id of the data model table.
getId() : string;
getName()
Gets the name of the data model table.
getName() : string;
getConnectionName()
Gets the connection name of the data model table.
getConnectionName() : string;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;