AdoDataConnectionRetrieveDataAsync Method

Overload List

RetrieveDataAsync(String, CancellationToken, Object) Executes the SQL statement using Connection, and returns the first DataTable of result set, if the result set contains at least one table.
RetrieveDataAsync(Int32, String, CancellationToken, Object) Executes the SQL statement using Connection, and returns the first DataTable of result set, if the result set contains at least one table.

See Also