Click or drag to resize
QueryFragmentsAddCommaFragmentList Method (Boolean, 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.0.0.0 (5.0.0)
Syntax
public DelimitedStringList AddCommaFragmentList(
	bool bracketSurrounded,
	bool appendDanglingDelimiter
)

Parameters

bracketSurrounded
Type: SystemBoolean
if set to the bracket surrounded variant is created.
appendDanglingDelimiter
Type: SystemBoolean
if set to a dangling delimiter is appended after the content.

Return Value

Type: DelimitedStringList
the newly added fragment list
See Also