DbBatchCommandCollection.SetBatchCommand(Int32, DbBatchCommand) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the DbBatchCommand object at the specified index to a new value.
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)
Parameters
- index
- Int32
The index where the DbBatchCommand object is located.
- batchCommand
- DbBatchCommand
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.