Click or drag to resize
TypedListLinqJoinInfoFetchFromClauseAsNew Property
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.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool FetchFromClauseAsNew { get; }

Property Value

Type: Boolean
See Also