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

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 JoinHint HintForJoins { get; }

Property Value

Type: JoinHint
See Also