DbBatch.CreateBatchCommand Método

Definición

Crea una nueva instancia de un objeto DbBatchCommand.

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

Devoluciones

Un objeto DbBatchCommand.

Se aplica a