共用方式為


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

取代此類型的目前相依性。

傳回

取代指定服務的新參數物件。

適用於