DataModelRelationship class

DataModelRelationship class

Represents a single relationship in the spreadsheet data model.

The DataModelRelationship type exposes the following members:

Properties

PropertyDescription
foreign_key_tableGets the name of the foreign key table for this relationship.
primary_key_tableGets the name of the primary key table for this relationship.
foreign_key_columnGets the name of the foreign key table column for this relationship.
primary_key_columnGets the name of the primary key table column for this relationship.

See Also