IEntityQueryModelVisitorFactory.Create 메서드

정의

새 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

매개 변수

queryCompilationContext
QueryCompilationContext

쿼리 컴파일에 대한 컨텍스트입니다.

parentEntityQueryModelVisitor
EntityQueryModelVisitor

부모 엔터티 쿼리 모델 방문자입니다.

반환

EntityQueryModelVisitor instance.

적용 대상