Click or drag to resize

DataExtensionsRetrieveDataSet Method

Overload List
  Name Description
Public Extension Method RetrieveDataSet(OdbcCommand, String) Executes the SQL statement using OdbcCommand, and returns the DataSet that may contain multiple tables, depending on the SQL statement.
Public Extension Method RetrieveDataSet(OdbcConnection, String) Executes the SQL statement using OdbcConnection, and returns the DataSet that may contain multiple tables, depending on the SQL statement.
Public Extension Method RetrieveDataSet(OleDbCommand, String) Executes the SQL statement using OleDbCommand, and returns the DataSet that may contain multiple tables, depending on the SQL statement.
Public Extension Method RetrieveDataSet(OleDbConnection, String) Executes the SQL statement using OleDbConnection, and returns the DataSet that may contain multiple tables, depending on the SQL statement.
Public Extension Method RetrieveDataSet(SqlCommand, String) Executes the SQL statement using SqlCommand, and returns the DataSet that may contain multiple table depending on the SQL statement.
Public Extension Method RetrieveDataSet(SqlConnection, String) Executes the SQL statement using SqlConnection, and returns the DataSet that may contain multiple table depending on the SQL statement.
Public Extension Method RetrieveDataSet(OdbcCommand, String, Object) Executes the SQL statement using OdbcCommand, and returns the DataSet that may contain multiple tables, depending on the SQL statement.
Public Extension Method RetrieveDataSet(OdbcConnection, String, Object) Executes the SQL statement using OdbcConnection, and returns the DataSet that may contain multiple tables, depending on the SQL statement.
Public Extension Method RetrieveDataSet(OleDbCommand, String, Object) Executes the SQL statement using OleDbCommand, and returns the DataSet that may contain multiple tables, depending on the SQL statement.
Public Extension Method RetrieveDataSet(OleDbConnection, String, Object) Executes the SQL statement using OleDbConnection, and returns the DataSet that may contain multiple tables, depending on the SQL statement.
Public Extension Method RetrieveDataSet(SqlCommand, String, Object) Executes the SQL statement using SqlCommand, and returns the DataSet that may contain multiple tables depending on the SQL statement.
Public Extension Method RetrieveDataSet(SqlConnection, String, Object) Executes the SQL statement using SqlConnection, and returns the DataSet that may contain multiple tables depending on the SQL statement.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Top
See Also