Freigeben über


IEntityQueryModelVisitorFactory.Create Methode

Definition

Erstellt ein neues EntityQueryModelVisitor.

public 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 Function Create (queryCompilationContext As QueryCompilationContext, parentEntityQueryModelVisitor As EntityQueryModelVisitor) As EntityQueryModelVisitor

Parameter

queryCompilationContext
QueryCompilationContext

Kontext für die Abfragekompilierung.

parentEntityQueryModelVisitor
EntityQueryModelVisitor

Der Besucher des Abfragemodells der übergeordneten Entität.

Gibt zurück

Ein EntityQueryModelVisitor-instance.

Gilt für: