RelationalQueryTranslationPostprocessor.Process(Expression) Yöntem

Tanım

Çevrilmiş sorguya işleme sonrası dönüştürmeleri uygular.

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

Parametreler

query
Expression

İşlemeye devam etmek için sorgu.

Döndürülenler

Expression

Dönüştürmelerin ardından bir sorgu ifadesi.

Şunlara uygulanır