Click or drag to resize

DataExtensionsRetrieveData Method

Overload List
  Name Description
Public Extension Method RetrieveData(OdbcCommand, String) Executes the SQL statement using OdbcCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OdbcConnection, String) Executes the SQL statement using OdbcConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OleDbCommand, String) Executes the SQL statement using OleDbCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OleDbConnection, String) Executes the SQL statement using OleDbConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(SqlCommand, String) Executes the SQL statement using SqlCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(SqlConnection, String) Executes the SQL statement using SqlConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OdbcCommand, String, Object) Executes the SQL statement using OdbcCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OdbcConnection, String, Object) Executes the SQL statement using OdbcConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OleDbCommand, String, Object) Executes the SQL statement using OleDbCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OleDbConnection, String, Object) Executes the SQL statement using OleDbConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(SqlCommand, String, Object) Executes the SQL statement using SqlCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(SqlConnection, String, Object) Executes the SQL statement using SqlConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(IDbCommand, Type, String, Object) Executes the SQL statement using IDbCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(IDbConnection, Type, String, Object) Executes the SQL statement using IDbConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(IDbCommand, Type, String, Int32, Object) Executes the SQL statement using IDbCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(IDbConnection, Type, String, Int32, Object) Executes the SQL statement using IDbConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OdbcCommand, String, Int32, Int32, Int32) Executes the SQL statement using OdbcCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OdbcConnection, String, Int32, Int32, Int32) Executes the SQL statement using OdbcConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OleDbCommand, String, Int32, Int32, Int32) Executes the SQL statement using OleDbCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OleDbConnection, String, Int32, Int32, Int32) Executes the SQL statement using OleDbConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(SqlCommand, String, Int32, Int32, Int32) Executes the SQL statement using SqlCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(SqlConnection, String, Int32, Int32, Int32) Executes the SQL statement using SqlConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OdbcCommand, String, Int32, Int32, Int32, Object) Executes the SQL statement using OdbcCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OdbcConnection, String, Int32, Int32, Int32, Object) Executes the SQL statement using OdbcConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OleDbCommand, String, Int32, Int32, Int32, Object) Executes the SQL statement using OleDbCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(OleDbConnection, String, Int32, Int32, Int32, Object) Executes the SQL statement using OleDbConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(SqlCommand, String, Int32, Int32, Int32, Object) Executes the SQL statement using SqlCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
Public Extension Method RetrieveData(SqlConnection, String, Int32, Int32, Int32, Object) Executes the SQL statement using SqlConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
Top
See Also