IConnectionTransaction.CreateCommand

Syntax

CreateCommand (Sql: String): IDalCommand;

Parameters

Sql. Defines the line (QSL-query) that has to be executed on the server.

Description

The CreateCommand method creates specific commands in transaction, if the Connection Pool is on. These commands help the server to define rules of working with a script and transactions.

Example

The example of use is given in description of the Commit method.

See also:

IConnectionTransaction