Name | Description | |
---|---|---|
![]() | EntityFromName | Provide the Alias (Entity.Name property) of the Entity (Data Object) on the "from" or left side of the join. |
![]() | EntityToName | Provide the Alias (Entity.Name property) of the Entity (Data Object) on the "to" or right side of the join. |
![]() | JoinColumns | The collection of columns that make up this join, represented as a JoinColumnCollection. |
![]() | RelationType | The relationship between EntityFromName Property and EntityToName Property (i.e. one-to-one or one-to-many) |
![]() | Type | Specify whether rows from either Entity (Data Object) that do not have a match should or should not be included. |
![]() | WasReversed | |
![]() | Weight | Give a join weight in order to set its precedence when multiple join paths exist between Entities (Data Objects). The path with the higher weight will be utilized. |