DataModelTable
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. |
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;