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.5.0.0 (5.5.18.1019)
Syntax
public void AddStringFragmentWithoutDelimiter(
	string fragment
)

Parameters

fragment
Type: SystemString
The fragment.
See Also