Click or drag to resize

DataExtensionsExecuteReader Method

Overload List
  Name Description
Public Extension Method ExecuteReader(IDbCommand, String, Object) Executes the SQL statement using IDbCommand, and builds a IDataReader.
Public Extension Method ExecuteReader(OdbcCommand, String, Object) Executes the SQL statement using OdbcCommand, and builds a OdbcDataReader.
Public Extension Method ExecuteReader(OdbcConnection, String, Object) Executes the SQL statement using OdbcConnection, and builds a OdbcDataReader.
Public Extension Method ExecuteReader(OleDbCommand, String, Object) Executes the SQL statement using OleDbCommand, and builds a OleDbDataReader.
Public Extension Method ExecuteReader(OleDbConnection, String, Object) Executes the SQL statement using OleDbConnection, and builds a OleDbDataReader.
Public Extension Method ExecuteReader(SqlCommand, String, Object) Executes the SQL statement using SqlCommand, and builds a SqlDataReader.
Public Extension Method ExecuteReader(SqlConnection, String, Object) Executes the SQL statement using SqlConnection, and builds a SqlDataReader.
Public Extension Method ExecuteReader(IDbCommand, String, Int32, Object) Executes the SQL statement using IDbCommand, and builds a IDataReader.
Public Extension Method ExecuteReader(IDbCommand, String, CommandBehavior, Int32, Object) Executes the SQL statement using IDbCommand, and builds a IDataReader.
Public Extension Method ExecuteReader(OdbcCommand, String, CommandBehavior, Int32, Object) Executes the SQL statement using OdbcCommand, and builds a OdbcDataReader.
Public Extension Method ExecuteReader(OdbcConnection, String, CommandBehavior, Int32, Object) Executes the SQL statement using OdbcConnection, and builds a OdbcDataReader.
Public Extension Method ExecuteReader(OleDbCommand, String, CommandBehavior, Int32, Object) Executes the SQL statement using OleDbCommand, and builds a OleDbDataReader.
Public Extension Method ExecuteReader(OleDbConnection, String, CommandBehavior, Int32, Object) Executes the SQL statement using OleDbConnection, and builds a OleDbDataReader.
Public Extension Method ExecuteReader(SqlCommand, String, CommandBehavior, Int32, Object) Executes the SQL statement using SqlCommand, and builds a SqlDataReader.
Public Extension Method ExecuteReader(SqlConnection, String, CommandBehavior, Int32, Object) Executes the SQL statement using SqlConnection, and builds a SqlDataReader.
Public Extension Method ExecuteReaderTConnection(TConnection, String, Object) Executes the SQL statement using IDbConnection, and builds a IDataReader.
Public Extension Method ExecuteReaderTConnection(TConnection, String, Int32, Object) Executes the SQL statement using IDbConnection, and builds a IDataReader.
Public Extension Method ExecuteReaderTConnection(TConnection, String, CommandBehavior, Int32, Object) Executes the SQL statement using IDbConnection, and builds a IDataReader.
Top
See Also