CloseDbCommand

Syntax

bool CloseDbCommand(DbCommandId tDbCommand)

Parameters

tDbCommand. SQL repository object moniker.

Description

The CloseDbCommand operation closes the opened SQL object instance.

Comments

To execute the operation, in the tDbCommand field specify the moniker of the SQL object instance to be closed. The moniker can be obtained on executing the OpenDbCommand operation. The operation results in is the logical True if the object was closed successfully.

Example

The example of closing the SQL instance. The request contains SQL object moniker. The response returns whether the closing is successful.

SOAP

JSON

C#

See also:

Working with Relational and SQL Objects of Repository