Share via


QueryTranslationPreprocessor.Process(Expression) Method

Definition

Applies preprocessing transformations to the query.

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

Parameters

query
Expression

The query to process.

Returns

A query expression after transformations.

Applies to