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.GeneratorCoreAssembly: SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public JoinHint HintForJoins { get; }
Public ReadOnly Property HintForJoins As JoinHint
Get
Property Value
Type:
JoinHintSee Also