| ExecuteReader(String, Object) | Executes the SQL statement using Connection, and builds a DbDataReader. |
| ExecuteReader(Int32, String, Object) | Executes the SQL statement using Connection, and builds a DbDataReader. |
| ExecuteReader(CommandBehavior, Int32, String, Object) | Executes the SQL statement using Connection, and builds a DbDataReader. |