DynamicQueryTWithHint Method (String, HintType) |
Specifies a hint for this query. It depends on the specified hintKind in what way the hint will be used: as a target hint or as a query hint.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax public DynamicQuery<T> WithHint(
string hintSpecification,
HintType hintKind
)
Public Function WithHint (
hintSpecification As String,
hintKind As HintType
) As DynamicQuery(Of T)
Parameters
- hintSpecification
- Type: SystemString
The hint specification - hintKind
- Type: SD.LLBLGen.Pro.ORMSupportClassesHintType
the type of the hint, which directs how the hint will be used in the SQL query
Return Value
Type:
DynamicQueryTSee Also