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.9.0.0 (5.9.0)
Syntaxprotected virtual void AppendQueryHints(
	HashSet<string> hintsToAppend,
	QueryFragments fragments,
	string prefix,
	string suffix,
	string delimiter
)
Protected Overridable Sub AppendQueryHints ( 
	hintsToAppend As HashSet(Of String),
	fragments As QueryFragments,
	prefix As String,
	suffix As String,
	delimiter As String
)
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