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입니다. 이 메서드는 falseitem에 없는 경우에도 DbBatchCommandCollection를 반환합니다.

구현

적용 대상