The following tables list the members exposed by Join.
| Name | Description | |
|---|---|---|
![]() | Join Constructor | Overloaded. Join Default constructor for Join class. All properies must be set manully for the Join to be functional. |
| Name | Description | |
|---|---|---|
![]() | Enabled | Enabled It holds a Boolean value. If the value is set to true then the GetJoinExpression will actually return the join expression String otherwise it wil return blank. |
![]() | JoinedFields | JoinedFields This collection contains 1 or more JoinField objects containing the fields that join the two different business objects. |
![]() | JoinedObject | JoinedObject Contains a reference to a business object that will be joined to. |
![]() | JoinType | JoinType Holds a JoinTypes value. This value is used to indicate the what kind of database join will be used to connect the JoinedObject with the container business object like Inner or Left. |
![]() | Name | Name Contains the name of the Join. |
![]() | RelationshipType | RelationshipType Holds a RelationshipTypes value. This value is used to indicate the what kind of relationship the Join container object holds with the JoinedObject. Or |
| Name | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
![]() | GetJoinExpression | Overloaded. GetJoinExpression Default constructor for Join class. All properies must be set manully for the Join to be functional. Parameters:
|


