Share via


RelationalQueryCompilationContextFactory.Create(Boolean) Method

Definition

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

Parameters

async
Boolean

true if the query is asynchronous.

Returns

A QueryCompilationContext.

Applies to