IQueryTranslationPreprocessorFactory.Create(QueryCompilationContext) 方法

定义

public Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor Create (Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext);
abstract member Create : Microsoft.EntityFrameworkCore.Query.QueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor
Public Function Create (queryCompilationContext As QueryCompilationContext) As QueryTranslationPreprocessor

参数

queryCompilationContext
QueryCompilationContext

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

返回

创建的访问者。

适用于