SelfServicingExtensionMethods.FetchQueryAsync 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.
|
![]() ![]() | FetchQueryAsync<TElement>(IDao, DynamicQuery<TElement>) |
Async variant of FetchQuery<TElement>(IDao, DynamicQuery<TElement>).
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.
|
![]() ![]() | FetchQueryAsync<TElement>(IDao, DynamicQuery<TElement>, ITransaction) |
Async variant of FetchQuery<TElement>(IDao, DynamicQuery<TElement>, 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.
|
![]() ![]() | FetchQueryAsync<TElement>(IDao, DynamicQuery<TElement>, CancellationToken) |
Async variant of FetchQuery<TElement>(IDao, DynamicQuery<TElement>).
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.
|
![]() ![]() | FetchQueryAsync<TElement>(IDao, DynamicQuery<TElement>, ITransaction, CancellationToken) |
Async variant of FetchQuery<TElement>(IDao, DynamicQuery<TElement>, 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.
|