Class DataModelTable

DataModelTable class

Represents properties of a single table in spreadsheet data model.

public class DataModelTable

Properties

NameDescription
ConnectionName { get; }Gets the connection name of the data model table.
Id { get; }Gets the id of the data model table.
Name { get; }Gets the name of the data model table.

See Also