Class DataModelRelationship

Class DataModelRelationship

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

Đại diện cho một mối quan hệ đơn lẻ trong mô hình dữ liệu bảng tính.

public class DataModelRelationship

Kế thừa

objectDataModelRelationship

Các thành viên kế thừa

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

Thuộc tính

ForeignKeyColumn

Lấy tên của cột bảng khóa ngoại cho mối quan hệ này.

public string ForeignKeyColumn { get; }

Giá trị thuộc tính

string

ForeignKeyTable

Lấy tên của bảng khóa ngoại cho mối quan hệ này.

public string ForeignKeyTable { get; }

Giá trị thuộc tính

string

PrimaryKeyColumn

Lấy tên của cột bảng khóa chính cho mối quan hệ này.

public string PrimaryKeyColumn { get; }

Giá trị thuộc tính

string

PrimaryKeyTable

Lấy tên của bảng khóa chính cho mối quan hệ này.

public string PrimaryKeyTable { get; }

Giá trị thuộc tính

string

 Tiếng Việt