RelationalQueryModelVisitorFactory.Create Methode

Definition

Erstellt ein neues EntityQueryModelVisitor.

public override Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor Create (Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext, Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor parentEntityQueryModelVisitor);
override this.Create : Microsoft.EntityFrameworkCore.Query.QueryCompilationContext * Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor
Public Overrides Function Create (queryCompilationContext As QueryCompilationContext, parentEntityQueryModelVisitor As EntityQueryModelVisitor) As EntityQueryModelVisitor

Parameter

queryCompilationContext
QueryCompilationContext

Kompilierungskontext für die Abfrage.

parentEntityQueryModelVisitor
EntityQueryModelVisitor

Der Besucher für die äußere Abfrage.

Gibt zurück

Ein EntityQueryModelVisitor.

Gilt für: