Specifies how a command string is interpreted.
[Visual Basic] Public Property CommandType As CommandType _ Implements IDbCommand.CommandType [C#] public CommandType CommandType { get; set; } [C++] public: __property CommandType get_CommandType(); public: __property void set_CommandType(CommandType ); [JScript] public function get CommandType() : CommandType public function set CommandType(CommandType);
A CommandType value that specifies how to interpret the CommandText.
| Exception Type | Condition |
|---|---|
| ArgumentException | Invalid CommandType value. |
| NotSupportedException | Mimer Data Provider does not support the specified CommandType. |
MimerCommand Class | Mimer.Data.Client Namespace