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.11.0.0 (5.11.23.1114)
Syntaxpublic JoinHint HintForJoins { get; }Public ReadOnly Property HintForJoins As JoinHint
	Get
Property Value
Type: 
JoinHint
See Also