Mimer Data Provider v9.2

MimerCommand.ExecuteReader Method (CommandBehavior)

Sends the CommandText to the Connection using the CommandBehavior and returns an MimerDataReader.

[Visual Basic]
Overloads Public Function ExecuteReader( _
   ByVal behavior As CommandBehavior _
) As MimerDataReader
[C#]
public MimerDataReader ExecuteReader(
   CommandBehavior behavior
);

Parameters

behavior
A CommandBehavior value that specifies a description of the results of the query and its effect on the database.

Return Value

The created MimerDataReader object.

Exceptions

Exception TypeCondition
MimerExceptionAn error occurred while executing the statement.

See Also

MimerCommand Class | Mimer.Data.Client Namespace | MimerCommand.ExecuteReader Overload List