DataExtensionsTryRetrieveRowAsync Method

Overload List

TryRetrieveRowAsync(DbCommand, String, CancellationToken, Object) Tries to retrieve the first DataRow in the result set of the SQL statement using DbCommand.
TryRetrieveRowAsync(DbConnection, String, CancellationToken, Object) Tries to retrieve the first DataRow in the result set of the SQL statement using DbConnection.
TryRetrieveRowAsync(DbCommand, String, Int32, CancellationToken, Object) Tries to retrieve the first DataRow in the result set of the SQL statement using DbCommand.
TryRetrieveRowAsync(DbConnection, String, Int32, CancellationToken, Object) Tries to retrieve the first DataRow in the result set of the SQL statement using DbConnection.

See Also