DbBatchCommandCollection.Contains(DbBatchCommand) Metoda

Definice

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

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ý chcete vyhledat v objektu ICollection<T>.

Návraty

true pokud je v kolekci DbBatchCommand ; jinak false.

Implementuje

Platí pro