DbBatchCommandCollection.Contains(DbBatchCommand) Méthode

Définition

Indique si un DbBatchCommand est contenu dans la collection.

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

Paramètres

item
DbBatchCommand

Objet à rechercher dans ICollection<T>.

Retours

true si le DbBatchCommand se trouve dans la collection ; sinon, false.

Implémente

S’applique à