DbBatchCommandCollection.Contains(DbBatchCommand) Metod

Definition

Anger om en DbBatchCommand finns i samlingen.

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

Parametrar

item
DbBatchCommand

Objektet som ska hittas ICollection<T>i .

Returer

true DbBatchCommand om är i samlingen, annars false.

Implementeringar

Gäller för