DbBatchCommandCollection.Contains(DbBatchCommand) Metoda

Definicja

Wskazuje, czy element DbBatchCommand znajduje się w kolekcji.

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

Obiekt do zlokalizowania w obiekcie ICollection<T>.

Zwraca

true jeśli element DbBatchCommand znajduje się w kolekcji; w przeciwnym razie false.

Implementuje

Dotyczy