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>中删除的对象。

返回

如果 已成功删除,则为 ;否则为 >。 如果在 找不到此方法,此方法也会返回 。

实现

适用于