Mimer Data Provider v9.2

MimerCommand.CommandType Property

Specifies how a command string is interpreted.

[Visual Basic]
NotOverridable Public Property CommandType As CommandType Implements _
   IDbCommand.CommandType
[C#]
public System.Data.CommandType CommandType {get; set;}

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