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.8.0.0 (5.8.21.0208)
Syntax
public JoinHint HintForJoins { get; }

Property Value

Type: JoinHint
See Also