Share via


SqlBatch.CreateDbBatchCommand Method

Definition

Creates a new instance of a SqlBatchCommand object.

protected:
 override System::Data::Common::DbBatchCommand ^ CreateDbBatchCommand();
protected override System.Data.Common.DbBatchCommand CreateDbBatchCommand ();
override this.CreateDbBatchCommand : unit -> System.Data.Common.DbBatchCommand
Protected Overrides Function CreateDbBatchCommand () As DbBatchCommand

Returns

A DbBatchCommand object.

Applies to