|
Name |
Description |
|
ExecuteReader(IDbCommand, String, Object)
|
Executes the SQL statement using IDbCommand, and builds a IDataReader.
|
|
ExecuteReader(OdbcCommand, String, Object)
|
Executes the SQL statement using OdbcCommand, and builds a OdbcDataReader.
|
|
ExecuteReader(OdbcConnection, String, Object)
|
Executes the SQL statement using OdbcConnection, and builds a OdbcDataReader.
|
|
ExecuteReader(OleDbCommand, String, Object)
|
Executes the SQL statement using OleDbCommand, and builds a OleDbDataReader.
|
|
ExecuteReader(OleDbConnection, String, Object)
|
Executes the SQL statement using OleDbConnection, and builds a OleDbDataReader.
|
|
ExecuteReader(SqlCommand, String, Object)
|
Executes the SQL statement using SqlCommand, and builds a SqlDataReader.
|
|
ExecuteReader(SqlConnection, String, Object)
|
Executes the SQL statement using SqlConnection, and builds a SqlDataReader.
|
|
ExecuteReader(IDbCommand, String, Int32, Object)
|
Executes the SQL statement using IDbCommand, and builds a IDataReader.
|
|
ExecuteReader(IDbCommand, String, CommandBehavior, Int32, Object)
|
Executes the SQL statement using IDbCommand, and builds a IDataReader.
|
|
ExecuteReader(OdbcCommand, String, CommandBehavior, Int32, Object)
|
Executes the SQL statement using OdbcCommand, and builds a OdbcDataReader.
|
|
ExecuteReader(OdbcConnection, String, CommandBehavior, Int32, Object)
|
Executes the SQL statement using OdbcConnection, and builds a OdbcDataReader.
|
|
ExecuteReader(OleDbCommand, String, CommandBehavior, Int32, Object)
|
Executes the SQL statement using OleDbCommand, and builds a OleDbDataReader.
|
|
ExecuteReader(OleDbConnection, String, CommandBehavior, Int32, Object)
|
Executes the SQL statement using OleDbConnection, and builds a OleDbDataReader.
|
|
ExecuteReader(SqlCommand, String, CommandBehavior, Int32, Object)
|
Executes the SQL statement using SqlCommand, and builds a SqlDataReader.
|
|
ExecuteReader(SqlConnection, String, CommandBehavior, Int32, Object)
|
Executes the SQL statement using SqlConnection, and builds a SqlDataReader.
|
|
ExecuteReaderTConnection(TConnection, String, Object)
|
Executes the SQL statement using IDbConnection, and builds a IDataReader.
|
|
ExecuteReaderTConnection(TConnection, String, Int32, Object)
|
Executes the SQL statement using IDbConnection, and builds a IDataReader.
|
|
ExecuteReaderTConnection(TConnection, String, CommandBehavior, Int32, Object)
|
Executes the SQL statement using IDbConnection, and builds a IDataReader.
|