AdoDataConnectionRetrieveDataSetAsync Method

Overload List

RetrieveDataSetAsync(String, CancellationToken, Object) Executes the SQL statement using Connection, and returns the DataSet that may contain multiple tables, depending on the SQL statement.
RetrieveDataSetAsync(Int32, String, CancellationToken, Object) Executes the SQL statement using Connection, and returns the DataSet that may contain multiple tables, depending on the SQL statement.

See Also