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