QueryFragmentsAddStringFragmentWithoutDelimiter Method  | 
 
            Adds the string fragment in such a way that no delimiter is emitted before it. 
            
 
    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 AddStringFragmentWithoutDelimiter(
	string fragment
)
Public Sub AddStringFragmentWithoutDelimiter ( 
	fragment As String
)
Parameters
- fragment
 - Type: SystemString
The fragment. 
See Also