QueryTranslationPostprocessor.Process(Expression) Yöntem

Tanım

Çevrilen sorguya işlem sonrası dönüşümler uygular.

public virtual System.Linq.Expressions.Expression Process (System.Linq.Expressions.Expression query);
abstract member Process : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
override this.Process : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Public Overridable Function Process (query As Expression) As Expression

Parametreler

query
Expression

İşlenmek üzere sorgu.

Döndürülenler

Dönüştürmelerden sonra bir sorgu ifadesi.

Şunlara uygulanır