Aspose::Cells::DataModels::DataModelRelationship class

DataModelRelationship class

Represents a single relationship in the spreadsheet data model.

class DataModelRelationship

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const DataModelRelationship& src)operator=
~DataModelRelationship()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also