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
object ← DataModelRelationship
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
ForeignKeyTable
Gets the name of the foreign key table for this relationship.
public string ForeignKeyTable { get; }
Property Value
PrimaryKeyColumn
Gets the name of the primary key table column for this relationship.
public string PrimaryKeyColumn { get; }
Property Value
PrimaryKeyTable
Gets the name of the primary key table for this relationship.
public string PrimaryKeyTable { get; }