DataExtensionsRetrieveDataSetAsync Method

Overload List

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

See Also