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.1.0.0 (5.1.0)
Syntax public bool FetchFromClauseAsNew { get; }
Public ReadOnly Property FetchFromClauseAsNew As Boolean
Get
Property Value
Type:
BooleanSee Also