SelfServicingExtensionMethodsFetchQuery Method | 
| Name | Description | |
|---|---|---|
| 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.
              | |
| FetchQueryTElement(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.
              | |
| 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.
              | |
| FetchQueryTElement(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.
              |