DbBatch.CreateBatchCommand Method

Definition

Creates a new instance of a DbBatchCommand object.

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

Returns

A DbBatchCommand object.

Applies to