DbProviderFactory.CreateBatchCommand Method

Definition

Returns a new instance of the provider's class that implements the DbBatchCommand class.

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

Returns

A new instance of DbBatchCommand.

Applies to

See also