Click or drag to resize
EntityQueryTEntitySelect Method
Overload List
  NameDescription
Public methodSelectT(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.
Public methodSelect(Object)
Specifies the projection of the query. It clears any existing projection and sets the projection to the one specified.
Top
See Also