DbBatchCommandCollection.SetBatchCommand(Int32, DbBatchCommand) Metódus

Definíció

DbBatchCommand A megadott indexben lévő objektumot új értékre állítja.

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)

Paraméterek

index
Int32

Az az index, ahol az DbBatchCommand objektum található.

batchCommand
DbBatchCommand

A következőre érvényes: