DbBatch.CreateDbBatchCommand メソッド

定義

派生クラスでオーバーライドされた場合は、 DbBatchCommand オブジェクトの新しいインスタンスを作成します。

protected:
 abstract System::Data::Common::DbBatchCommand ^ CreateDbBatchCommand();
protected abstract System.Data.Common.DbBatchCommand CreateDbBatchCommand();
abstract member CreateDbBatchCommand : unit -> System.Data.Common.DbBatchCommand
Protected MustOverride Function CreateDbBatchCommand () As DbBatchCommand

返品

DbBatchCommand オブジェクト。

適用対象