TypedListLinqJoinInfo Properties |
The TypedListLinqJoinInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | FetchFromClauseAsNew |
Gets a value indicating whether the from clause in the join fragment (from left in leftsrc join right in rightsrc )
should use the general source for new elements as source (so not an intermediate query). the join clause then automatically should
use the intermediate query.
|
![]() | HintForJoins |
Gets or sets the hint for joins, as to be used in linq queries. Can't be right-join as linq doesn't support right join
|
![]() | LeftEntityAlias |
Gets or sets the left entity alias instance
|
![]() | LeftEntityName |
Gets the name of the start entity.
|
![]() | LeftFields |
Gets or sets the fields for the left side of the join, for the ON clause
|
![]() | LeftName |
Gets or sets the name of the element at the left of the join operator
|
![]() | LeftNameCamelCased |
Gets the left name camel cased.
|
![]() | LeftSideIsPkSide |
Gets a value indicating whether the left side is the pk side (true) or not (false).
|
![]() | RepresentedRelationship |
Gets or sets the represented relationship.
|
![]() | RightEntityAlias |
Gets or sets the right entity alias instance
|
![]() | RightEntityName |
Gets the name of the end entity.
|
![]() | RightFields |
Gets or sets the fields for the right side of the join, for the ON clause
|
![]() | RightName |
Gets or sets the name of the element at the right of the join operator
|
![]() | RightNameCamelCased |
Gets the right name camel cased.
|