QueryClose()

edit

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.

Introduced: 5.3.4.38

QueryClose( query=query );

Returns: Boolean

Argument Description
query
query, required
edit

Query object to close.

Examples

There are currently no examples for this function 39,736ms WARN No examples for function queryClose

See also