Share via


QueryTranslationPreprocessorDependencies.With Method

Definition

Clones this dependency parameter object with one service replaced.

public Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessorDependencies With (Microsoft.EntityFrameworkCore.Query.IEvaluatableExpressionFilter evaluatableExpressionFilter);
member this.With : Microsoft.EntityFrameworkCore.Query.IEvaluatableExpressionFilter -> Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessorDependencies
Public Function With (evaluatableExpressionFilter As IEvaluatableExpressionFilter) As QueryTranslationPreprocessorDependencies

Parameters

evaluatableExpressionFilter
IEvaluatableExpressionFilter

A replacement for the current dependency of this type.

Returns

A new parameter object with the given service replaced.

Applies to