DbBatchCommandCollection.Remove(DbBatchCommand) Metoda

Definice

Odebere zadaný DbBatchCommand objekt z kolekce.

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

Parametry

item
DbBatchCommand

Objekt, který se má odebrat z objektu ICollection<T>.

Návraty

true pokud item byl úspěšně odebrán, jinak hodnota false. Tato metoda také vrátí false , pokud item nebyla nalezena DbBatchCommandCollectionv .

Implementuje

Platí pro