DbBatchCommandCollection.Remove(DbBatchCommand) Methode

Definition

Entfernt das angegebene DbBatchCommand Objekt aus der Auflistung.

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

Parameter

item
DbBatchCommand

Das Objekt, das aus dem ICollection<T>entfernt werden soll.

Gibt zurück

true wenn item erfolgreich entfernt wurde; andernfalls false. Diese Methode gibt auch zurück false , wenn item in der DbBatchCommandCollection.

Implementiert

Gilt für: