DataModelRelationship
Contents
[
Hide
]DataModelRelationship class
Represents a single relationship in the spreadsheet data model.
class DataModelRelationship;
Properties
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;
