DbBatch.CreateDbBatchCommand Method

Definition

When overridden in a derived class, creates a new instance of a DbBatchCommand object.

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

Returns

A DbBatchCommand object.

Applies to