QueryFragmentsAppendToBuilder Method  | 
 
            Appends itself in string form to the builder specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic void AppendToBuilder(
	StringBuilder sb,
	string overallPrefix
)
Public Sub AppendToBuilder ( 
	sb As StringBuilder,
	overallPrefix As String
)
Parameters
- sb
 - Type: System.TextStringBuilder
The string builder to append itself to. - overallPrefix
 - Type: SystemString
The prefix to append first, if this object has a string length larger than 0, otherwise this method is a no-op and the prefix is ignored. 
See Also