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 オブジェクト。

適用対象