次の方法で共有


RelationalQueryTranslationPostprocessor.Process(Expression) メソッド

定義

翻訳されたクエリに後処理変換を適用します。

public override System.Linq.Expressions.Expression Process (System.Linq.Expressions.Expression query);
override this.Process : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Public Overrides Function Process (query As Expression) As Expression

パラメーター

query
Expression

処理するクエリ。

戻り値

変換後のクエリ式。

適用対象