Overload List
Name | Description | |
---|---|---|
![]() | Project(Query) |
Returns an IDataReader containing the results of the specified
projection query. A projection query returns only a subset of fields of an entity.
At lease one field name must have been added to the Projection
collection.
(Inherited from UnitOfWork.) |
![]() | Project(Query, Type) |
Performs a query with a projection, and materialises the results as the specified type.
(Inherited from UnitOfWorkBase.) |