Click or drag to resize

StringBuilderCacheRelease Method

Releases the specified string builder and add it to the cache, if it's not at capacity already.

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 static void Release(
	StringBuilder sb
)

Parameters

sb
Type: System.TextStringBuilder
The string builder to release.
See Also