DbBatchCommandCollection.Remove(DbBatchCommand) Méthode

Définition

Supprime l'objet DbBatchCommand spécifié 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 de ICollection<T>.

Retours

true si item a été correctement supprimé ; sinon, false. Cette méthode retourne également false si item est introuvable dans DbBatchCommandCollection.

Implémente

S’applique à