DbBatchCommandCollection.Add(DbBatchCommand) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的 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> 的对象。