IDalConnection.CreateCommand

Syntax

CreateCommand: IDalCommand;

Description

The CreateCommand method creates a command that uses the SQL query to work with the database.

Example

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

See also:

IDalConnection