Sends the CommandText to the Connection and returns an MimerDataReader.
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);
MimerCommand Class | Mimer.Data.Client Namespace