ProjectionExpressionVisitor(EntityQueryModelVisitor) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance der Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.ProjectionExpressionVisitor-Klasse.
public ProjectionExpressionVisitor (Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor entityQueryModelVisitor);
new Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.ProjectionExpressionVisitor : Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor -> Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.ProjectionExpressionVisitor
Public Sub New (entityQueryModelVisitor As EntityQueryModelVisitor)
Parameter
- entityQueryModelVisitor
- EntityQueryModelVisitor
Der Besucher des Entitätsabfragemodells.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework