DbBatchCommandCollection.Contains(DbBatchCommand) Methode

Definition

Gibt an, ob eine DbBatchCommand in der Auflistung enthalten 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 Objekt, das in der ICollection<T>Datei gefunden werden soll.

Gibt zurück

true wenn sich die DbBatchCommand Auflistung befindet; andernfalls false.

Implementiert

Gilt für: