Mimer Data Provider

MimerCommand.CommandType Property

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);

Property Value

A CommandType value that specifies how to interpret the CommandText.

Implements

IDbCommand.CommandType

Exceptions

Exception TypeCondition
ArgumentExceptionInvalid CommandType value.
NotSupportedExceptionMimer Data Provider does not support the specified CommandType.

See Also

MimerCommand Class | Mimer.Data.Client Namespace