DataModelRelationship
Contents
[
Hide
]DataModelRelationship class
Represents a single relationship in the spreadsheet data model.
class DataModelRelationship;
Properties
Property | Type | Description |
---|---|---|
foreignKeyTable | string | Readonly. Gets the name of the foreign key table for this relationship. |
primaryKeyTable | string | Readonly. Gets the name of the primary key table for this relationship. |
foreignKeyColumn | string | Readonly. Gets the name of the foreign key table column for this relationship. |
primaryKeyColumn | string | Readonly. Gets the name of the primary key table column for this relationship. |
foreignKeyTable
Readonly. Gets the name of the foreign key table for this relationship.
foreignKeyTable : string;
primaryKeyTable
Readonly. Gets the name of the primary key table for this relationship.
primaryKeyTable : string;
foreignKeyColumn
Readonly. Gets the name of the foreign key table column for this relationship.
foreignKeyColumn : string;
primaryKeyColumn
Readonly. Gets the name of the primary key table column for this relationship.
primaryKeyColumn : string;