Aspose::Cells::DataModels::DataModelRelationship class
Contents
[
Hide
]DataModelRelationship class
Represents a single relationship in the spreadsheet data model.
class DataModelRelationship
Methods
| Method | Description |
|---|---|
| DataModelRelationship(DataModelRelationship_Impl* impl) | Constructs from an implementation object. |
| DataModelRelationship(const DataModelRelationship& src) | Copy constructor. |
| GetForeignKeyColumn() | Gets the name of the foreign key table column for this relationship. |
| GetForeignKeyTable() | Gets the name of the foreign key table for this relationship. |
| GetPrimaryKeyColumn() | Gets the name of the primary key table column for this relationship. |
| GetPrimaryKeyTable() | Gets the name of the primary key table for this relationship. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const DataModelRelationship& src) | operator= |
| ~DataModelRelationship() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::DataModels
- Library Aspose.Cells for C++