QueryClear

Clears the SQL query.

Member of namespace

Maintenance Manager

Syntax

bool QueryClear ()

Parameters

None.

Returns

True if the query is cleared. Otherwise, False.

Level

Any level.

Details

Clears any SQL query that may be in memory. This action can be called to ensure that any Maintenance Manager query that you build is not building on any previous information.
Example:
QueryClear("")