Share via


RelationalShapedQueryCompilingExpressionVisitor Constructor

Definition

Creates a new instance of the ShapedQueryCompilingExpressionVisitor class.

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)

Parameters

dependencies
ShapedQueryCompilingExpressionVisitorDependencies

Parameter object containing dependencies for this class.

relationalDependencies
RelationalShapedQueryCompilingExpressionVisitorDependencies

Parameter object containing relational dependencies for this class.

queryCompilationContext
QueryCompilationContext

The query compilation context object to use.

Applies to