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