AsyncAdapterExtensionMethodsFetchQueryAsync Method |
Name | Description | |
---|---|---|
FetchQueryAsync(IDataAccessAdapter, DynamicQuery) |
Async variant of FetchQuery(IDataAccessAdapter, DynamicQuery).
Fetches the query specified and returns the results in plain object arrays, one object array per returned row of the query specified.
| |
FetchQueryAsyncTElement(IDataAccessAdapter, DynamicQueryTElement) |
Async variant of FetchQueryTElement(IDataAccessAdapter, 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.
| |
FetchQueryAsyncTEntity(IDataAccessAdapter, EntityQueryTEntity) |
Async variant of FetchQueryTEntity(IDataAccessAdapter, EntityQueryTEntity).
Fetches the query specified on the adapter specified. Uses the TEntity type to produce an EntityCollection(Of TEntity) for the results to return
| |
FetchQueryAsync(IDataAccessAdapter, DynamicQuery, CancellationToken) |
Async variant of FetchQuery(IDataAccessAdapter, DynamicQuery).
Fetches the query specified and returns the results in plain object arrays, one object array per returned row of the query specified.
| |
FetchQueryAsyncTElement(IDataAccessAdapter, DynamicQueryTElement, CancellationToken) |
Async variant of FetchQueryTElement(IDataAccessAdapter, 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.
| |
FetchQueryAsyncTEntity(IDataAccessAdapter, EntityQueryTEntity, CancellationToken) |
Async variant of FetchQueryTEntity(IDataAccessAdapter, EntityQueryTEntity).
Fetches the query specified on the adapter specified. Uses the TEntity type to produce an EntityCollection(Of TEntity) for the results to return
| |
FetchQueryAsyncTEntity, TCollection(IDataAccessAdapter, EntityQueryTEntity, TCollection) |
Async variant of FetchQueryTEntity, TCollection(IDataAccessAdapter, EntityQueryTEntity, TCollection).
Fetches the query specified on the adapter specified into the collectionToFill specified.
| |
FetchQueryAsyncTEntity, TCollection(IDataAccessAdapter, EntityQueryTEntity, TCollection, CancellationToken) |
Async variant of FetchQueryTEntity, TCollection(IDataAccessAdapter, EntityQueryTEntity, TCollection).
Fetches the query specified on the adapter specified into the collectionToFill specified.
|