DataModelRelationship class
DataModelRelationship class
Represents a single relationship in the spreadsheet data model.
The DataModelRelationship type exposes the following members:
Properties
Property | Description |
---|---|
foreign_key_table | Gets the name of the foreign key table for this relationship. |
primary_key_table | Gets the name of the primary key table for this relationship. |
foreign_key_column | Gets the name of the foreign key table column for this relationship. |
primary_key_column | Gets the name of the primary key table column for this relationship. |
See Also
- module
aspose.cells.datamodels