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>.

반품

성공적으로 제거되었으면 이고, 그렇지 않으면 .입니다. 이 메서드는 .에서 찾을 수 없는 경우에도 false 반환 item 합니다DbBatchCommandCollection.

구현

적용 대상