Click or drag to resize
QueryFragmentsAddCommaFragmentList Method (Boolean)
Adds a new Comma delimited fragment list.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public DelimitedStringList AddCommaFragmentList(
	bool bracketSurrounded
)

Parameters

bracketSurrounded
Type: SystemBoolean
if set to the bracket surrounded variant is created.

Return Value

Type: DelimitedStringList
the newly added fragment list
See Also