Gets or sets the type of query contained in the CommandText property.
| Visual Basic (Declaration) | |
|---|---|
Public Property CommandType As QueryCommandType | |
| C# | |
|---|---|
public QueryCommandType CommandType {get; set;} | |
Property Value
A QueryCommandType enumeration indicating the type of query contained in the CommandText property.