RelationalShapedQueryCompilingExpressionVisitor 构造函数

定义

创建 ShapedQueryCompilingExpressionVisitor 类的新实例。

public RelationalShapedQueryCompilingExpressionVisitor (Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies dependencies, Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitorDependencies relationalDependencies, Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext);
new Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor : Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies * Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitorDependencies * Microsoft.EntityFrameworkCore.Query.QueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor
Public Sub New (dependencies As ShapedQueryCompilingExpressionVisitorDependencies, relationalDependencies As RelationalShapedQueryCompilingExpressionVisitorDependencies, queryCompilationContext As QueryCompilationContext)

参数

dependencies
ShapedQueryCompilingExpressionVisitorDependencies

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

relationalDependencies
RelationalShapedQueryCompilingExpressionVisitorDependencies

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

queryCompilationContext
QueryCompilationContext

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

适用于