RelationalShapedQueryCompilingExpressionVisitor Konstruktor

Definition

Erstellt eine neue Instanz der ShapedQueryCompilingExpressionVisitor-Klasse.

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)

Parameter

dependencies
ShapedQueryCompilingExpressionVisitorDependencies

Parameterobjekt, das Abhängigkeiten für diese Klasse enthält.

relationalDependencies
RelationalShapedQueryCompilingExpressionVisitorDependencies

Parameterobjekt, das relationale Abhängigkeiten für diese Klasse enthält.

queryCompilationContext
QueryCompilationContext

Das zu verwendende Abfragekompilierungskontextobjekt.

Gilt für: