Class DataModelRelationship

Class DataModelRelationship

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

Represents a single relationship in the spreadsheet data model.

public class DataModelRelationship

Inheritance

objectDataModelRelationship

Inherited Members

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

Properties

ForeignKeyColumn

Gets the name of the foreign key table column for this relationship.

public string ForeignKeyColumn { get; }

Property Value

string

ForeignKeyTable

Gets the name of the foreign key table for this relationship.

public string ForeignKeyTable { get; }

Property Value

string

PrimaryKeyColumn

Gets the name of the primary key table column for this relationship.

public string PrimaryKeyColumn { get; }

Property Value

string

PrimaryKeyTable

Gets the name of the primary key table for this relationship.

public string PrimaryKeyTable { get; }

Property Value

string