IResultOperatorHandler.HandleResultOperator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles a result operator.
public System.Linq.Expressions.Expression HandleResultOperator (Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor entityQueryModelVisitor, Remotion.Linq.Clauses.ResultOperatorBase resultOperator, Remotion.Linq.QueryModel queryModel);
abstract member HandleResultOperator : Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor * Remotion.Linq.Clauses.ResultOperatorBase * Remotion.Linq.QueryModel -> System.Linq.Expressions.Expression
Public Function HandleResultOperator (entityQueryModelVisitor As EntityQueryModelVisitor, resultOperator As ResultOperatorBase, queryModel As QueryModel) As Expression
Parameters
- entityQueryModelVisitor
- EntityQueryModelVisitor
The entity query model visitor.
- resultOperator
- Remotion.Linq.Clauses.ResultOperatorBase
The result operator.
- queryModel
- Remotion.Linq.QueryModel
The query model.
Returns
A compiled query expression fragment representing the result operator.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework