RelationalQueryModelVisitorFactory.Create Yöntem

Tanım

Yeni bir EntityQueryModelVisitor oluşturur.

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

Parametreler

queryCompilationContext
QueryCompilationContext

Sorgunun derleme bağlamı.

parentEntityQueryModelVisitor
EntityQueryModelVisitor

Dış sorgunun ziyaretçisi.

Döndürülenler

An EntityQueryModelVisitor.

Şunlara uygulanır