You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In many places in the query pipeline, we extract the ShapedQueryExpression.ShaperExpression (unwrapping casts), and then extract the projection from the corresponding QueryExpression; see RelationalQueryableMethodTranslatingExpressionVisitor.TryGetProjection for an example. We should DRY this, possibly adding APIs (or extensions) to ShapedQueryExpression.
The text was updated successfully, but these errors were encountered:
In many places in the query pipeline, we extract the ShapedQueryExpression.ShaperExpression (unwrapping casts), and then extract the projection from the corresponding QueryExpression; see RelationalQueryableMethodTranslatingExpressionVisitor.TryGetProjection for an example. We should DRY this, possibly adding APIs (or extensions) to ShapedQueryExpression.
The text was updated successfully, but these errors were encountered: