次の方法で共有


RelationalQueryCompilationContextFactory.Create(Boolean) メソッド

定義

新しい QueryCompilationContext を作成します。

public override Microsoft.EntityFrameworkCore.Query.QueryCompilationContext Create (bool async);
override this.Create : bool -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContext
Public Overrides Function Create (async As Boolean) As QueryCompilationContext

パラメーター

async
Boolean

クエリが非同期の場合は true。

戻り値

QueryCompilationContext。

適用対象