次の方法で共有


ResultOperatorHandler クラス

定義

既定の client-eval 結果演算子ハンドラー。

public class ResultOperatorHandler : Microsoft.EntityFrameworkCore.Query.IResultOperatorHandler
type ResultOperatorHandler = class
    interface IResultOperatorHandler
Public Class ResultOperatorHandler
Implements IResultOperatorHandler
継承
ResultOperatorHandler
実装

コンストラクター

ResultOperatorHandler()

既定の client-eval 結果演算子ハンドラー。

ResultOperatorHandler(ResultOperatorHandlerDependencies)

ResultOperatorHandler クラスの新しいインスタンスを初期化します。

メソッド

CallWithPossibleCancellationToken(MethodInfo, Expression[])

キャンセル トークンを持つ可能性があるクライアント演算子を呼び出します。

HandleResultOperator(EntityQueryModelVisitor, ResultOperatorBase, QueryModel)

結果演算子を処理します。

適用対象