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.
(Overrides UnitOfWorkBase..::.Project(Query).) |
![]() | Project<(Of <(T>)>)(Query) |
Projects the specified query.
|
![]() | Project(Query, Type) |
Performs a query with a projection, and materialises the results as the specified type.
|