Click or drag to resize

DynamicQueryTWithHint Method (String)

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

Parameters

hintSpecification
Type: SystemString
The hint specification.

Return Value

Type: DynamicQueryT
See Also