DbBatchCommandCollection.SetBatchCommand(Int32, DbBatchCommand) Metodo

Definizione

Imposta l'oggetto DbBatchCommand in corrispondenza dell'indice specificato su un nuovo valore.

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)

Parametri

index
Int32

Indice in cui si trova l'oggetto DbBatchCommand.

batchCommand
DbBatchCommand

Si applica a