Click or drag to resize
JoinHint Enumeration
Enum to define join hints for relations in typed lists

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum JoinHint
Members
  Member nameValueDescription
None0 No hint specified. Use INNER unless ObeyWeakRelations is set to true.
Inner1 Inner join between start and end entity of given relation
Left2 Hints a LEFT join between start and end entity in relation.
Right3 Hints a RIGHT join between start and end entity in relation.
Cross4 Hints a CROSS join between start and end entity in relation.
See Also