ResultOperatorHandler Class
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.
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. |