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

구현

적용 대상