DbBatchCommandCollection.Remove(DbBatchCommand) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中移除指定的 DbBatchCommand 对象。
public:
abstract bool Remove(System::Data::Common::DbBatchCommand ^ item);
public abstract bool Remove (System.Data.Common.DbBatchCommand item);
abstract member Remove : System.Data.Common.DbBatchCommand -> bool
Public MustOverride Function Remove (item As DbBatchCommand) As Boolean
参数
- item
- DbBatchCommand
要从 ICollection<T> 中删除的对象。
返回
如果成功删除了 item
,则为 true
;否则为 false
。 如果在 false
中没有找到 item
,则此方法也会返回 DbBatchCommandCollection。