Class DataModel

Class DataModel

Namespace: Aspose.Cells.DataModels
Assembly: Aspose.Cells.dll (25.2.0)

Represents the data model.

public class DataModel

Inheritance

objectDataModel

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Relationships

Gets all relationships of the tables in the data model.

public DataModelRelationshipCollection Relationships { get; }

Property Value

DataModelRelationshipCollection

Tables

Gets all tables in the data model.

public DataModelTableCollection Tables { get; }

Property Value

DataModelTableCollection