RetrieveDataAsAsyncEnumerable(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, as an asynchronous enumerable. |
RetrieveDataAsAsyncEnumerable(DataTable, String, CancellationToken, Object) | Executes the SQL statement using Connection using a DbDataReader and returns data rows based on the provided schema as an asynchronous enumerable. |
RetrieveDataAsAsyncEnumerable(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, as an asynchronous enumerable. |
RetrieveDataAsAsyncEnumerable(DataTable, Int32, String, CancellationToken, Object) | Executes the SQL statement using Connection using a DbDataReader and returns data rows based on the provided schema as an asynchronous enumerable. |
RetrieveDataAsAsyncEnumerable(DataTable, CommandBehavior, Int32, String, CancellationToken, Object) | Executes the SQL statement using Connection using a DbDataReader and returns data rows based on the provided schema as an asynchronous enumerable. |