QueryFragmentsAddSemiColonFragmentList Method (Boolean) |
Adds a new semi colon delimited fragment list.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public DelimitedStringList AddSemiColonFragmentList(
bool bracketSurrounded
)
Public Function AddSemiColonFragmentList (
bracketSurrounded As Boolean
) As DelimitedStringList
Parameters
- bracketSurrounded
- Type: SystemBoolean
if set to the bracket surrounded variant is created.
Return Value
Type:
DelimitedStringListthe newly added fragment list
See Also