Overload | Description |
---|---|
ExecuteReader() | Executes the batch against its connection, returning a MimerDataReader which can be used to access the results. |
ExecuteReader(CommandBehavior) | Executes the batch against its connection using the System.Data.CommandBehavior, returning a MimerDataReader which can be used to access the results. |