Share via


IQueryCompilationContextFactory.Create(Boolean) Methode

Definition

Erstellt einen neuen 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

Parameter

async
Boolean

Gibt an, ob die Abfrage asynchron ist.

Gibt zurück

Der erstellte Abfragekompilierungskontext.

Gilt für: