Freigeben über


ShapedQueryCompilingExpressionVisitor Konstruktor

Definition

Erstellt eine neue Instanz der ShapedQueryCompilingExpressionVisitor-Klasse.

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)

Parameter

dependencies
ShapedQueryCompilingExpressionVisitorDependencies

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

queryCompilationContext
QueryCompilationContext

Das zu verwendende Abfragekompilierungskontextobjekt.

Gilt für: