|
Name |
Description |
|
RetrieveDataSet(OdbcCommand, String)
|
Executes the SQL statement using OdbcCommand, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OdbcConnection, String)
|
Executes the SQL statement using OdbcConnection, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OleDbCommand, String)
|
Executes the SQL statement using OleDbCommand, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OleDbConnection, String)
|
Executes the SQL statement using OleDbConnection, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(SqlCommand, String)
|
Executes the SQL statement using SqlCommand, and returns the DataSet that
may contain multiple table depending on the SQL statement.
|
|
RetrieveDataSet(SqlConnection, String)
|
Executes the SQL statement using SqlConnection, and returns the DataSet that
may contain multiple table depending on the SQL statement.
|
|
RetrieveDataSet(OdbcCommand, String, Object)
|
Executes the SQL statement using OdbcCommand, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OdbcConnection, String, Object)
|
Executes the SQL statement using OdbcConnection, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OleDbCommand, String, Object)
|
Executes the SQL statement using OleDbCommand, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OleDbConnection, String, Object)
|
Executes the SQL statement using OleDbConnection, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(SqlCommand, String, Object)
|
Executes the SQL statement using SqlCommand, and returns the DataSet that
may contain multiple tables depending on the SQL statement.
|
|
RetrieveDataSet(SqlConnection, String, Object)
|
Executes the SQL statement using SqlConnection, and returns the DataSet that
may contain multiple tables depending on the SQL statement.
|
|
RetrieveDataSet(IDbCommand, Type, String, Object)
|
Executes the SQL statement using IDbCommand, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(IDbConnection, Type, String, Object)
|
Executes the SQL statement using IDbConnection, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(IDbCommand, Type, String, Int32, Object)
|
Executes the SQL statement using IDbCommand, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(IDbConnection, Type, String, Int32, Object)
|
Executes the SQL statement using IDbConnection, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OdbcCommand, String, Int32, Int32, Int32)
|
Executes the SQL statement using OdbcCommand, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OdbcConnection, String, Int32, Int32, Int32)
|
Executes the SQL statement using OdbcConnection, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OleDbCommand, String, Int32, Int32, Int32)
|
Executes the SQL statement using OleDbCommand, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OleDbConnection, String, Int32, Int32, Int32)
|
Executes the SQL statement using OleDbConnection, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(SqlCommand, String, Int32, Int32, Int32)
|
Executes the SQL statement using SqlCommand, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(SqlConnection, String, Int32, Int32, Int32)
|
Executes the SQL statement using SqlConnection, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OdbcCommand, String, Int32, Int32, Int32, Object)
|
Executes the SQL statement using OdbcCommand, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OdbcConnection, String, Int32, Int32, Int32, Object)
|
Executes the SQL statement using OdbcConnection, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OleDbCommand, String, Int32, Int32, Int32, Object)
|
Executes the SQL statement using OleDbCommand, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(OleDbConnection, String, Int32, Int32, Int32, Object)
|
Executes the SQL statement using OleDbConnection, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(SqlCommand, String, Int32, Int32, Int32, Object)
|
Executes the SQL statement using SqlCommand, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|
|
RetrieveDataSet(SqlConnection, String, Int32, Int32, Int32, Object)
|
Executes the SQL statement using SqlConnection, and returns the DataSet that
may contain multiple tables, depending on the SQL statement.
|