Click or drag to resize

LLBLGenProExpressionExpressionAddQueryHints Method

Adds query hints which are specified on a query to this expression, in the case this expression represents a scalar query which is to be used as a standalone query.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public void AddQueryHints(
	HashSet<string> toAdd
)

Parameters

toAdd
Type: System.Collections.GenericHashSetString
See Also