Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public void AddStringFragmentWithoutDelimiter(
	string fragment
)

Parameters

fragment
Type: SystemString
The fragment.
See Also