Click or drag to resize
StringBuilderCacheRelease Method
Releases the specified string builder and assigns it as the cached one

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static void Release(
	StringBuilder sb
)

Parameters

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