IQueryCompilationContextFactory.Create(Boolean) 方法

定义

创建一个新的 QueryCompilationContext

public Microsoft.EntityFrameworkCore.Query.QueryCompilationContext Create (bool async);
abstract member Create : bool -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContext
Public Function Create (async As Boolean) As QueryCompilationContext

参数

async
Boolean

指定查询是否为异步查询。

返回

创建的查询编译上下文。

适用于