FileStreamStorage<TKey>.Delete(TKey) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprimer du stockage le flux identifié par la clé donnée.
public:
virtual bool Delete(TKey key);
public:
bool Delete(TKey key);
bool Delete(TKey key);
public bool Delete (TKey key);
abstract member Delete : 'Key -> bool
override this.Delete : 'Key -> bool
Public Function Delete (key As TKey) As Boolean
Paramètres
- key
- TKey
Clé.
Retours
True si la suppression a réussi ; sinon, false.