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.6.0.0 (5.6.19.0117)
Syntax public HashSet<string> QueryHints { get; set; }
Public Property QueryHints As HashSet(Of String)
Get
Set
Property Value
Type:
HashSetStringSee Also