CreateCommand (Sql: String): IDalCommand;
Sql. Defines the line (QSL-query) that has to be executed on the server.
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.
The example of use is given in description of the Commit method.
See also: