DbProviderFactory.CreateBatchCommand メソッド

定義

DbBatchCommand クラスを実装するプロバイダーのクラスの新しいインスタンスを返します。

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

戻り値

DbBatchCommand の新しいインスタンス。

適用対象

こちらもご覧ください