DbBatchCommandCollection.Contains(DbBatchCommand) Metoda

Definice

Určuje, zda DbBatchCommand je v kolekci obsažen objekt.

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

Parametry

item
DbBatchCommand

Objekt, který se má najít v objektu ICollection<T>.

Návraty

true pokud je v DbBatchCommand kolekci, jinak false.

Implementuje

Platí pro