Click or drag to resize

DataExtensionsTryRetrieveRow Method

Overload List
  Name Description
Public Extension Method TryRetrieveRow(IDbCommand, Type, String, DataRow, Object) Tries to retrieve the first DataRow in the result set of the SQL statement using IDbCommand.
Public Extension Method TryRetrieveRow(IDbConnection, Type, String, DataRow, Object) Tries to retrieve the first DataRow in the result set of the SQL statement using IDbConnection.
Public Extension Method TryRetrieveRow(IDbCommand, Type, String, Int32, DataRow, Object) Tries to retrieve the first DataRow in the result set of the SQL statement using IDbCommand.
Public Extension Method TryRetrieveRow(IDbConnection, Type, String, Int32, DataRow, Object) Tries to retrieve the first DataRow in the result set of the SQL statement using IDbConnection.
Top
See Also