Freigeben über


EntityQueryModelVisitorFactory.Create Methode

Definition

Erstellt einen neuen EntityQueryModelVisitor.

public abstract Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor Create (Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext, Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor parentEntityQueryModelVisitor);
abstract member Create : Microsoft.EntityFrameworkCore.Query.QueryCompilationContext * Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor
Public MustOverride 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

Der neu erstellte Besucher.

Implementiert

Gilt für: