Click or drag to resize

DataExtensionsRetrieveRow Method

Overload List
  Name Description
Public Extension Method RetrieveRow(OdbcCommand, String) Executes the SQL statement using OdbcCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OdbcConnection, String) Executes the SQL statement using OdbcConnection, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OleDbCommand, String) Executes the SQL statement using OleDbCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OleDbConnection, String) Executes the SQL statement using OleDbConnection, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(SqlCommand, String) Executes the SQL statement using SqlCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(SqlConnection, String) Executes the SQL statement using SqlConnection, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OdbcCommand, String, Int32) Executes the SQL statement using OdbcCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OdbcCommand, String, Object) Executes the SQL statement using OdbcCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OdbcConnection, String, Int32) Executes the SQL statement using OdbcConnection, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OdbcConnection, String, Object) Executes the SQL statement using OdbcConnection, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OleDbCommand, String, Int32) Executes the SQL statement using OleDbCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OleDbCommand, String, Object) Executes the SQL statement using OleDbCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OleDbConnection, String, Int32) Executes the SQL statement using OleDbConnection, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OleDbConnection, String, Object) Executes the SQL statement using OleDbConnection, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(SqlCommand, String, Int32) Executes the SQL statement using SqlCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(SqlCommand, String, Object) Executes the SQL statement using SqlCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(SqlConnection, String, Int32) Executes the SQL statement using SqlConnection, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(SqlConnection, String, Object) Executes the SQL statement using SqlConnection, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(IDbCommand, Type, String, Object) Executes the SQL statement using IDbCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(IDbConnection, Type, String, Object) Executes the SQL statement using IDbConnection, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OdbcCommand, String, Int32, Object) Executes the SQL statement using OdbcCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OdbcConnection, String, Int32, Object) Executes the SQL statement using OdbcConnection, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OleDbCommand, String, Int32, Object) Executes the SQL statement using OleDbCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(OleDbConnection, String, Int32, Object) Executes the SQL statement using OleDbConnection, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(SqlCommand, String, Int32, Object) Executes the SQL statement using SqlCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(SqlConnection, String, Int32, Object) Executes the SQL statement using SqlConnection, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(IDbCommand, Type, String, Int32, Object) Executes the SQL statement using IDbCommand, and returns the first DataRow in the result set.
Public Extension Method RetrieveRow(IDbConnection, Type, String, Int32, Object) Executes the SQL statement using IDbConnection, and returns the first DataRow in the result set.
Top
See Also