|
Name |
Description |
|
RetrieveData(OdbcCommand, String)
|
Executes the SQL statement using OdbcCommand, and returns the first DataTable
of result set, if the result set contains multiple tables.
|
|
RetrieveData(OdbcConnection, String)
|
Executes the SQL statement using OdbcConnection, and returns the first DataTable
of result set, if the result set contains multiple tables.
|
|
RetrieveData(OleDbCommand, String)
|
Executes the SQL statement using OleDbCommand, and returns the first DataTable
of result set, if the result set contains multiple tables.
|
|
RetrieveData(OleDbConnection, String)
|
Executes the SQL statement using OleDbConnection, and returns the first DataTable
of result set, if the result set contains multiple tables.
|
|
RetrieveData(SqlCommand, String)
|
Executes the SQL statement using SqlCommand, and returns the first DataTable
of result set, if the result set contains multiple tables.
|
|
RetrieveData(SqlConnection, String)
|
Executes the SQL statement using SqlConnection, and returns the first DataTable
of result set, if the result set contains multiple tables.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|