[]
Specifies the query type of a Query.
public enum CommandTypeEnum
| Name | Description |
|---|---|
| StoredProcedure | The CommandText of a Query contains the name of a stored procedure that should be executed to retrieve the data. |
| TableDirect | The CommandText of a Query contains the name of a data table. |
| Text | The CommandText of a Query contains the SQL query text. |