Click or drag to resize

StringPlaceHolderAppendToBuilder Method

Appends itself in string form to the builder specified

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 AppendToBuilder(
	StringBuilder sb,
	string prefix
)

Parameters

sb
Type: System.TextStringBuilder
The string builder to append itself to.
prefix
Type: SystemString
The prefix to append first, if this object has a string length larger than 0, otherwise this method is a no-op and the prefix is ignored.
See Also