|
Name |
Description |
|
TryRetrieveRow(IDbCommand, Type, String, DataRow, Object)
|
Tries to retrieve the first DataRow in the result set of the SQL statement using IDbCommand.
|
|
TryRetrieveRow(IDbConnection, Type, String, DataRow, Object)
|
Tries to retrieve the first DataRow in the result set of the SQL statement using IDbConnection.
|
|
TryRetrieveRow(IDbCommand, Type, String, Int32, DataRow, Object)
|
Tries to retrieve the first DataRow in the result set of the SQL statement using IDbCommand.
|
|
TryRetrieveRow(IDbConnection, Type, String, Int32, DataRow, Object)
|
Tries to retrieve the first DataRow in the result set of the SQL statement using IDbConnection.
|