Sdílet prostřednictvím


IQueryCompilationContextFactory.Create(Boolean) Metoda

Definice

Vytvoří nový objekt 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

Parametry

async
Boolean

Určuje, jestli je dotaz asynchronní.

Návraty

Vytvořený kontext kompilace dotazu.

Platí pro