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. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework