AdoDataConnectionRetrieveRowAsync Method

Overload List

RetrieveRowAsync(String, CancellationToken, Object) Executes the SQL statement using Connection, and returns the first DataRow in the result set.
RetrieveRowAsync(Int32, String, CancellationToken, Object) Executes the SQL statement using Connection, and returns the first DataRow in the result set.

See Also