DataModelRelationship Class

DataModelRelationship class

Represents a single relationship in the spreadsheet data model.


type DataModelRelationship struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetForeignKeyTableGets the name of the foreign key table for this relationship.
GetPrimaryKeyTableGets the name of the primary key table for this relationship.
GetForeignKeyColumnGets the name of the foreign key table column for this relationship.
GetPrimaryKeyColumnGets the name of the primary key table column for this relationship.