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> に追加するオブジェクト。

実装

適用対象