Sdílet prostřednictvím


RelationalShapedQueryCompilingExpressionVisitor Konstruktor

Definice

Vytvoří novou instanci třídy 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)

Parametry

dependencies
ShapedQueryCompilingExpressionVisitorDependencies

Parametr objekt obsahující závislosti pro tuto třídu.

relationalDependencies
RelationalShapedQueryCompilingExpressionVisitorDependencies

Parametr objekt obsahující relační závislosti pro tuto třídu.

queryCompilationContext
QueryCompilationContext

Objekt kontextu kompilace dotazu, který se má použít.

Platí pro