ShapedQueryCompilingExpressionVisitor 构造函数

定义

创建 ShapedQueryCompilingExpressionVisitor 类的新实例。

protected ShapedQueryCompilingExpressionVisitor (Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies dependencies, Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext);
new Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor : Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies * Microsoft.EntityFrameworkCore.Query.QueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor
Protected Sub New (dependencies As ShapedQueryCompilingExpressionVisitorDependencies, queryCompilationContext As QueryCompilationContext)

参数

dependencies
ShapedQueryCompilingExpressionVisitorDependencies

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

queryCompilationContext
QueryCompilationContext

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

适用于