Class DataModel

Class DataModel

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

Mewakili model data.

public class DataModel

Pewarisan

objectDataModel

Anggota yang Dwarisi

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

Properti

Hubungan

Mengambil semua hubungan dari tabel dalam model data.

public DataModelRelationshipCollection Relationships { get; }

Nilai Properti

DataModelRelationshipCollection

Tabel

Mengambil semua tabel dalam model data.

public DataModelTableCollection Tables { get; }

Nilai Properti

DataModelTableCollection

 Indonesia