Click or drag to resize

HintType Enumeration

Type to define the type of the hint specified with a query

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public enum HintType
Members
  Member nameValueDescription
TargetHint0 The hint is to be used as a target hint (so specified on the FROM clause)
QueryHint1 The hint is to be used as a query hint (so specified with or inside the query).
See Also