DbBatchCommandCollection.SetBatchCommand(Int32, DbBatchCommand) Método

Definición

Establece el objeto DbBatchCommand del índice especificado en un valor nuevo.

protected:
 abstract void SetBatchCommand(int index, System::Data::Common::DbBatchCommand ^ batchCommand);
protected abstract void SetBatchCommand (int index, System.Data.Common.DbBatchCommand batchCommand);
abstract member SetBatchCommand : int * System.Data.Common.DbBatchCommand -> unit
Protected MustOverride Sub SetBatchCommand (index As Integer, batchCommand As DbBatchCommand)

Parámetros

index
Int32

Índice donde se encuentra el objeto DbBatchCommand.

batchCommand
DbBatchCommand

Se aplica a