Click or drag to resize

DynamicQueryEngineBaseAppendQueryHints Method

Appends the hints specified a single prefix hintstring suffix clause to the fragments specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected virtual void AppendQueryHints(
	HashSet<string> hintsToAppend,
	QueryFragments fragments,
	string prefix,
	string suffix,
	string delimiter
)

Parameters

hintsToAppend
Type: System.Collections.GenericHashSetString
the hints to specify
fragments
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryFragments
the fragments set to append a new queryfragments object to
prefix
Type: SystemString
the prefix to use for the hints string
suffix
Type: SystemString
the suffix to use for the hints string
delimiter
Type: SystemString
the delimiter to use for the hint string
See Also