EntityQueryTEntitySelect Method |
Name | Description | |
---|---|---|
SelectT(ExpressionFuncT) |
Specifies the projection of the query. It clears any existing projection and sets the projection to the one specified. This variant converts the
specified projectionFunc into the projector lambda to pass to WithProjector and extracts the elements to place in the SQL query's projection from
the projectionFunc. Use this overload to specify a typed resultset.
| |
Select(Object) |
Specifies the projection of the query. It clears any existing projection and sets the projection to the one specified.
|