Click or drag to resize
TypedListLinqJoinInfo Properties

The TypedListLinqJoinInfo type exposes the following members.

Properties
  NameDescription
Public propertyFetchFromClauseAsNew
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.
Public propertyHintForJoins
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
Public propertyLeftEntityAlias
Gets or sets the left entity alias instance
Public propertyLeftEntityName
Gets the name of the start entity.
Public propertyLeftFields
Gets or sets the fields for the left side of the join, for the ON clause
Public propertyLeftName
Gets or sets the name of the element at the left of the join operator
Public propertyLeftNameCamelCased
Gets the left name camel cased.
Public propertyLeftSideIsPkSide
Gets a value indicating whether the left side is the pk side (true) or not (false).
Public propertyRepresentedRelationship
Gets or sets the represented relationship.
Public propertyRightEntityAlias
Gets or sets the right entity alias instance
Public propertyRightEntityName
Gets the name of the end entity.
Public propertyRightFields
Gets or sets the fields for the right side of the join, for the ON clause
Public propertyRightName
Gets or sets the name of the element at the right of the join operator
Public propertyRightNameCamelCased
Gets the right name camel cased.
Top
See Also