Overload List
Name | Description | |
---|---|---|
Project<(Of <(T>)>)(Query) |
Performs a query with a projection, and materialises the results as the specified type.
| |
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.
| |
Project(Query, Type) |
Performs a query with a projection, and materialises the results as the specified type.
|