DbBatchCommandCollection.Contains(DbBatchCommand) Methode

Definition

Gibt an, ob in der Auflistung enthalten DbBatchCommand ist.

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

Parameter

item
DbBatchCommand

Das im ICollection<T> zu suchende Objekt.

Gibt zurück

true, wenn sich der DbBatchCommand in der Auflistung befindet, andernfalls false.

Implementiert

Gilt für: