Class DataModelTable
Class DataModelTable
Namespace: Aspose.Cells.DataModels
Assembly: Aspose.Cells.dll (25.2.0)
Represents properties of a single table in spreadsheet data model.
public class DataModelTable
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
ConnectionName
Gets the connection name of the data model table.
public string ConnectionName { get; }
Property Value
Id
Gets the id of the data model table.
public string Id { get; }
Property Value
Name
Gets the name of the data model table.
public string Name { get; }