ModelingRelationshipColumnPair
A pair of linked columns used to define a relationship in the model definition. A relationship can be defined by 1 or more pairs.
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
primaryColumnUniqueName |
The primary column's unique name |
- |
string |
|
foreignColumnUniqueName |
The foreign column's unique name |
- |
string |
|
operatorType |
The Operator Type (Equals, Greater, Less, GreaterOrEqual, LessOrEqual, NotEqual, Between direction is: primaryColumnUniqueName operatorType foreignColumnUniqueName) |
- |