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>的物件。
傳回
true若item成功移除;否則,。 false 如果在 List