Aracılığıyla paylaş


DbBatchCommandCollection.Contains(DbBatchCommand) Yöntem

Tanım

bir DbBatchCommand öğesinin koleksiyonda yer alıp almadığını gösterir.

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

Parametreler

item
DbBatchCommand

içinde ICollection<T>bulunacak nesne.

Döndürülenler

trueDbBatchCommand koleksiyonundaysa; değilse false.

Uygulamalar

Şunlara uygulanır