DataModelRelationship

DataModelRelationship class

Represents a single relationship in the spreadsheet data model.

class DataModelRelationship;

Properties

PropertyTypeDescription
foreignKeyTablestringReadonly. Gets the name of the foreign key table for this relationship.
primaryKeyTablestringReadonly. Gets the name of the primary key table for this relationship.
foreignKeyColumnstringReadonly. Gets the name of the foreign key table column for this relationship.
primaryKeyColumnstringReadonly. 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;