Click or drag to resize
DelimitedStringListSetPrefixSuffix Method
Sets the prefix and the suffix.

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 SetPrefixSuffix(
	string prefix,
	string suffix
)

Parameters

prefix
Type: SystemString
The prefix.
suffix
Type: SystemString
The suffix.

Return Value

Type: DelimitedStringList
this instance
See Also