Click or drag to resize
SelfServicingExtensionMethodsFetchQuery Method
Overload List
  NameDescription
Public methodStatic memberFetchQuery(IDao, 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(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.
Public methodStatic memberFetchQuery(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.
Public methodStatic memberFetchQueryTElement(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.
Top
See Also