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)
Syntaxpublic static void Release(
	StringBuilder sb
)
Public Shared Sub Release ( 
	sb As StringBuilder
)
Parameters
- sb
 - Type: System.TextStringBuilder
The string builder to release. 
See Also