Share via


TableEntity.Remove(String) Méthode

Définition

Supprime l'élément avec la clé spécifiée d'IDictionary<TKey,TValue>.

public bool Remove (string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (key As String) As Boolean

Paramètres

key
String

Clé de l'élément à supprimer.

Retours

true si la suppression de l'élément réussit ; sinon, false. Cette méthode retourne également false si key est introuvable dans le IDictionary<TKey,TValue> d'origine.

Implémente

Exceptions

key a la valeur null.

S’applique à