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> 的对象。

实现

适用于