QueryClose
When using lazy="true" with a query, it's important to close the resultset during a request or it will continue to use heap memory.
QueryClose( query=query );
Returns: Boolean
When using lazy="true" with a query, it's important to close the resultset during a request or it will continue to use heap memory.
QueryClose( query=query );
Returns: Boolean