IQueryCompilationContextFactory.Create(Boolean) Method

Definition

Creates a new 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

Parameters

async
Boolean

Specifies whether the query is async.

Returns

The created query compilation context.

Applies to