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.6.0.0 (5.6.19.0117)
Syntax public JoinHint HintForJoins { get; }
Public ReadOnly Property HintForJoins As JoinHint
Get
Property Value
Type:
JoinHintSee Also