DalCommandExecuteType

Description

The DalCommandExecuteType enumeration contains variants of the destination of the task that works with the database using SQL queries.

Is used by the following properties and methods:

Available Values

Value Brief description
0 Execute. The task is used to change the data (execution of the Update, Insert commands) or to execute stored procedures.
1 CreateCursor. The task is used to extract data (execution of the Select command) and to create a cursor that enables the user to view the obtained data.

See also:

Dal Assembly Enumerations