QueryTranslationPreprocessor 构造函数

定义

创建 QueryTranslationPreprocessor 类的新实例。

public QueryTranslationPreprocessor (Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessorDependencies dependencies, Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext);
new Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor : Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessorDependencies * Microsoft.EntityFrameworkCore.Query.QueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor
Public Sub New (dependencies As QueryTranslationPreprocessorDependencies, queryCompilationContext As QueryCompilationContext)

参数

dependencies
QueryTranslationPreprocessorDependencies

包含此类依赖项的参数对象。

queryCompilationContext
QueryCompilationContext

要使用的查询编译上下文对象。

适用于