Freigeben über


QueryTranslationPostprocessor.Process(Expression) Methode

Definition

Wendet Nachverarbeitungstransformationen auf die übersetzte Abfrage an.

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

Parameter

query
Expression

Die zu verarbeitende Abfrage.

Gibt zurück

Ein Abfrageausdruck nach Transformationen.

Gilt für: