Click or drag to resize

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.6.0.0 (5.6.19.0117)
Syntax
public DynamicQuery<T> WithHint(
	string hintSpecification,
	HintType hintKind
)

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: DynamicQueryT
See Also