AdapterExtensionMethodsFetchQuery Method |
Name | Description | |
---|---|---|
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.
| |
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.
| |
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
| |
FetchQueryTEntity, TCollection(IDataAccessAdapter, EntityQueryTEntity, TCollection) |
Fetches the query specified on the adapter specified into the collectionToFill specified.
|