Click or drag to resize
AdapterExtensionMethodsFetchQuery Method
Overload List
  NameDescription
Public methodStatic memberFetchQuery(IDataAccessAdapter, DynamicQuery)
Fetches the query specified and returns the results in plain object arrays, one object array per returned row of the query specified.
Public methodStatic memberFetchQueryTElement(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.
Public methodStatic memberFetchQueryTEntity(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
Public methodStatic memberFetchQueryTEntity, TCollection(IDataAccessAdapter, EntityQueryTEntity, TCollection)
Fetches the query specified on the adapter specified into the collectionToFill specified.
Top
See Also