共用方式為


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

指定查詢是否為非同步。

傳回

建立的查詢編譯內容。

適用於