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.6.0.0 (5.6.19.0117)
Syntax public void AppendToBuilder(
StringBuilder sb,
string prefix
)
Public Sub AppendToBuilder (
sb As StringBuilder,
prefix As String
)
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