The DalCommandType enumeration contains types of executed task.
It is used by the following properties and methods:
Value | Brief description |
0 | Text. The command is used to execute the SQL query. |
1 | StoredProcedure. The command is used to start stored procedure or function. |
See also: