Partager via


EntityCommand.ExecuteNonQueryAsync(CancellationToken) Méthode

Définition

Exécute la commande de manière asynchrone et ignore tous les résultats retournés par la commande

[System.Diagnostics.DebuggerStepThrough]
public override System.Threading.Tasks.Task<int> ExecuteNonQueryAsync (System.Threading.CancellationToken cancellationToken);
override this.ExecuteNonQueryAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<int>

Paramètres

cancellationToken
CancellationToken

CancellationToken À observer en attendant la fin de la tâche.

Retours

Tâche qui représente l’opération asynchrone. Le résultat de la tâche contient le nombre de lignes affectées.

Attributs

S’applique à