QueryCompilationContext.CreateQueryModelVisitor 메서드

정의

오버로드

CreateQueryModelVisitor()

쿼리 모델 방문자를 만듭니다.

CreateQueryModelVisitor(EntityQueryModelVisitor)

쿼리 모델 방문자를 만듭니다.

CreateQueryModelVisitor()

쿼리 모델 방문자를 만듭니다.

public virtual Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor CreateQueryModelVisitor ();
abstract member CreateQueryModelVisitor : unit -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor
override this.CreateQueryModelVisitor : unit -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor
Public Overridable Function CreateQueryModelVisitor () As EntityQueryModelVisitor

반환

새 쿼리 모델 방문자입니다.

적용 대상

CreateQueryModelVisitor(EntityQueryModelVisitor)

쿼리 모델 방문자를 만듭니다.

public virtual Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor CreateQueryModelVisitor (Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor parentEntityQueryModelVisitor);
abstract member CreateQueryModelVisitor : Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor
override this.CreateQueryModelVisitor : Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitor
Public Overridable Function CreateQueryModelVisitor (parentEntityQueryModelVisitor As EntityQueryModelVisitor) As EntityQueryModelVisitor

매개 변수

parentEntityQueryModelVisitor
EntityQueryModelVisitor

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

반환

새 쿼리 모델 방문자입니다.

적용 대상