DbBatchCommandCollection.Add(DbBatchCommand) 메서드

정의

DbBatchCommand에 지정한 DbBatchCommandCollection 개체를 추가합니다.

public:
 abstract void Add(System::Data::Common::DbBatchCommand ^ item);
public abstract void Add (System.Data.Common.DbBatchCommand item);
abstract member Add : System.Data.Common.DbBatchCommand -> unit
Public MustOverride Sub Add (item As DbBatchCommand)

매개 변수

item
DbBatchCommand

ICollection<T>에 추가할 개체입니다.

구현

적용 대상