EntityQueryModelVisitorFactory.Create 方法

定义

创建一个新的 EntityQueryModelVisitor

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

参数

queryCompilationContext
QueryCompilationContext

查询的编译上下文。

parentEntityQueryModelVisitor
EntityQueryModelVisitor

外部查询的访问者。

返回

新创建的访问者。

实现

适用于