IShapedQueryCompilingExpressionVisitorFactory.Create 方法

定义

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

参数

queryCompilationContext
QueryCompilationContext

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

返回

创建的访问者。

适用于