QueryParametersQueryHints Property  | 
 
            Gets / sets the set of query hints to be used for the query created from these parameters. Can be empty.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic HashSet<string> QueryHints { get; set; }Public Property QueryHints As HashSet(Of String)
	Get
	Set
Property Value
Type: 
HashSetString
See Also