Click or drag to resize
DynamicQuery<T>.WithHint Method
Specifies a table/view hint for the target T is mapped on.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public DynamicQuery<T> WithHint(
	string hintSpecification
)

Parameters

hintSpecification
Type: System.String
The hint specification.

Return Value

Type: DynamicQuery<T>
Exceptions
ExceptionCondition
ORMQueryConstructionExceptionhintSpecification can't be empty/null
See Also