DbBatchCommandCollection.Contains(DbBatchCommand) 方法

定义

指示 集合中是否 DbBatchCommand 包含 。

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

参数

item
DbBatchCommand

要在 ICollection<T> 中定位的对象。

返回

如果 DbBatchCommand 位于集合中,则为 true;否则为 false

实现

适用于