Partager via


IQueryCompilationContextFactory.Create(Boolean) Méthode

Définition

public Microsoft.EntityFrameworkCore.Query.QueryCompilationContext Create (bool async);
abstract member Create : bool -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContext
Public Function Create (async As Boolean) As QueryCompilationContext

Paramètres

async
Boolean

Spécifie si la requête est asynchrone.

Retours

Contexte de compilation de requête créé.

S’applique à