DbBatchCommandCollection.Contains(DbBatchCommand) Methode

Definitie

Geeft aan of een DbBatchCommand is opgenomen in de verzameling.

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

Parameters

item
DbBatchCommand

Het object dat moet worden gevonden in de ICollection<T>.

Retouren

true als de DbBatchCommand verzameling zich in de verzameling bevindt; anders false.

Implementeringen

Van toepassing op