ResultOperatorHandler Class

Definition

The default client-eval result operator handler.

public class ResultOperatorHandler : Microsoft.EntityFrameworkCore.Query.IResultOperatorHandler
type ResultOperatorHandler = class
    interface IResultOperatorHandler
Public Class ResultOperatorHandler
Implements IResultOperatorHandler
Inheritance
ResultOperatorHandler
Implements

Constructors

ResultOperatorHandler()
ResultOperatorHandler(ResultOperatorHandlerDependencies)

Initializes a new instance of the ResultOperatorHandler class.

Methods

CallWithPossibleCancellationToken(MethodInfo, Expression[])

Call a client operator that may have a cancellation token.

HandleResultOperator(EntityQueryModelVisitor, ResultOperatorBase, QueryModel)

Handles the result operator.

Applies to