SelfServicingExtensionMethodsFetchQueryAsync Method | 
| Name | Description | |
|---|---|---|
| FetchQueryAsync(IDao, DynamicQuery) | 
            Async variant of FetchQuery(IDao, DynamicQuery).
            Fetches the query specified and returns the results in plain object arrays, one object array per returned row of the query specified.
              | |
| FetchQueryAsyncTElement(IDao, DynamicQueryTElement) | 
            Async variant of FetchQueryTElement(IDao, DynamicQueryTElement).
            Fetches the query specified and returns the results in a list of TElement objects, which are created using the projectorFunc of the query specified.
              | |
| FetchQueryAsync(IDao, DynamicQuery, ITransaction) | 
            Async variant of FetchQuery(IDao, DynamicQuery, ITransaction).
            Fetches the query specified and returns the results in plain object arrays, one object array per returned row of the query specified.
              | |
| FetchQueryAsync(IDao, DynamicQuery, CancellationToken) | 
            Async variant of FetchQuery(IDao, DynamicQuery).
            Fetches the query specified and returns the results in plain object arrays, one object array per returned row of the query specified.
              | |
| FetchQueryAsyncTElement(IDao, DynamicQueryTElement, ITransaction) | 
            Async variant of FetchQueryTElement(IDao, DynamicQueryTElement, ITransaction).
            Fetches the query specified and returns the results in a list of TElement objects, which are created using the projectorFunc of the query specified.
              | |
| FetchQueryAsyncTElement(IDao, DynamicQueryTElement, CancellationToken) | 
            Async variant of FetchQueryTElement(IDao, DynamicQueryTElement).
            Fetches the query specified and returns the results in a list of TElement objects, which are created using the projectorFunc of the query specified.
              | |
| FetchQueryAsync(IDao, DynamicQuery, ITransaction, CancellationToken) | 
            Async variant of FetchQuery(IDao, DynamicQuery, ITransaction).
            Fetches the query specified and returns the results in plain object arrays, one object array per returned row of the query specified.
              | |
| FetchQueryAsyncTElement(IDao, DynamicQueryTElement, ITransaction, CancellationToken) | 
            Async variant of FetchQueryTElement(IDao, DynamicQueryTElement, ITransaction).
            Fetches the query specified and returns the results in a list of TElement objects, which are created using the projectorFunc of the query specified.
              |