StringBuilderCache Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The StringBuilderCache type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Acquire |
Acquires a string builder with the capacity specified. If specified capacity is larger than the one currently cached, the cached one
is returned, otherwise a new one is returned.
|
![]() ![]() | GetStringAndRelease |
Gets the string from the string builder specified and calls release on it
|
![]() ![]() | Release |
Releases the specified string builder and assigns it as the cached one
|