DataModelRelationship Class
DataModelRelationship class
Represents a single relationship in the spreadsheet data model.
type DataModelRelationship struct {
ptr unsafe.Pointer
}
Constructors
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
GetForeignKeyTable | Gets the name of the foreign key table for this relationship. |
GetPrimaryKeyTable | Gets the name of the primary key table for this relationship. |
GetForeignKeyColumn | Gets the name of the foreign key table column for this relationship. |
GetPrimaryKeyColumn | Gets the name of the primary key table column for this relationship. |