DbBatchCommandCollection.Remove(DbBatchCommand) 方法

定义

从集合中移除指定的 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

实现

适用于