ReleaseQuery |
Scroll |
Releases the query with the specified query ID on the server to free system resources.
Namespace: Therefore.API
Visual Basic Public Overridable Function ReleaseQuery ( _ pServer As TheServer, _ nQueryID As integer _ ) C# public virtual void ReleaseQuery ( TheServer pServer, int nQueryID )
Parameters pServer A valid and connected TheServer object.
nQueryID The ID of the query.
Return Value None. |
|