다음을 통해 공유


IShapedQueryCompilingExpressionVisitorFactory.Create 메서드

정의

지정된 QueryCompilationContext에 대한 새 ShapedQueryCompilingExpressionVisitor 를 만듭니다.

public Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor Create (Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext);
abstract member Create : Microsoft.EntityFrameworkCore.Query.QueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor
Public Function Create (queryCompilationContext As QueryCompilationContext) As ShapedQueryCompilingExpressionVisitor

매개 변수

queryCompilationContext
QueryCompilationContext

사용할 쿼리 컴파일 컨텍스트입니다.

반환

만든 방문자입니다.

적용 대상