Compartir a través de


SqlBatch.CreateDbBatchCommand Método

Definición

Crea una nueva instancia de un objeto SqlBatchCommand.

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

Devoluciones

Un objeto DbBatchCommand.

Se aplica a