JoinHint Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
None | 0 | No hint specified. Use INNER unless ObeyWeakRelations is set to true. | |
Inner | 1 | Inner join between start and end entity of given relation Overrules the set ObeyWeakRelations flag for this relation. | |
Left | 2 | Hints a LEFT join between start and end entity in relation. Overrules the set ObeyWeakRelations flag for this relation. | |
Right | 3 | Hints a RIGHT join between start and end entity in relation. Overrules the set ObeyWeakRelations flag for this relation. | |
Cross | 4 | Hints a CROSS join between start and end entity in relation. Overrules the set ObeyWeakRelations flag for this relation. | |
Full | 5 | Hits a FULL join between start and end entity in relation. Overrules the set ObeyWeakRelations flag for this relation. Full joins may not be supported by all databases. |
(c)2002-2018 Solutions Design bv