Mimer Data Provider v9.2

MimerCommand.ExecuteReader Method

Sends the CommandText to the Connection and returns an MimerDataReader.

Overload List

Sends the CommandText to the Connection and returns an MimerDataReader.

public MimerDataReader ExecuteReader();

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

public MimerDataReader ExecuteReader(CommandBehavior);

See Also

MimerCommand Class | Mimer.Data.Client Namespace