DbBatchCommandCollection.Remove(DbBatchCommand) Méthode

Définition

Supprime l’objet spécifié DbBatchCommand de la collection.

public:
 abstract bool Remove(System::Data::Common::DbBatchCommand ^ item);
public abstract bool Remove(System.Data.Common.DbBatchCommand item);
abstract member Remove : System.Data.Common.DbBatchCommand -> bool
Public MustOverride Function Remove (item As DbBatchCommand) As Boolean

Paramètres

item
DbBatchCommand

Objet à supprimer du ICollection<T>.

Retours

true si item elle a été supprimée avec succès ; sinon, false. Cette méthode retourne false également si item elle n’a pas été trouvée dans le DbBatchCommandCollection.

Implémente

S’applique à