QueryTranslationPreprocessorDependencies.With 方法

定义

克隆此依赖项参数对象,并替换了一个服务。

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

参数

evaluatableExpressionFilter
IEvaluatableExpressionFilter

此类型的当前依赖项的替代项。

返回

替换了给定服务的新参数对象。

适用于