QuerySpecExtensionMethodsSelect Method |
Name | Description | |
---|---|---|
SelectT, U(DynamicQuery) |
Specifies the projection of the query specified, making it a typed dynamic query. It creates the projection from the two type arguments given.
| |
SelectT(DynamicQuery, ExpressionFuncT) |
Specifies the projection of the query specified. 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(DynamicQuery, Object) |
Specifies the projection of the query. It clears any existing projection and sets the projection to the one specified.
| |
SelectT(DynamicQuery, Object) |
Specifies the projection of the query and the result type. It clears any existing projection and sets the projection to the one specified. It will also
mark the query to autogenerate a projector lambda to project the specified projection elements to an instance of T for each row.
| |
SelectT(DynamicQueryT, Object) | Obsolete.
Obsolete, don't use.
Specifies the projection of the query. It clears any existing projection and sets the projection to the one specified.
|