DbBatchCommandCollection.Contains(DbBatchCommand) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示 集合中是否 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
。