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 物件。

適用於