DbBatch.CreateBatchCommand 方法

定义

创建 DbBatchCommand 对象的新实例。

public:
 System::Data::Common::DbBatchCommand ^ CreateBatchCommand();
public System.Data.Common.DbBatchCommand CreateBatchCommand ();
member this.CreateBatchCommand : unit -> System.Data.Common.DbBatchCommand
Public Function CreateBatchCommand () As DbBatchCommand

返回

DbBatchCommand 对象。

适用于