DbBatchCommandCollection.Item[Int32] Property

Definition

Gets or sets the DbBatchCommand at the specified index.

public:
 property System::Data::Common::DbBatchCommand ^ default[int] { System::Data::Common::DbBatchCommand ^ get(int index); void set(int index, System::Data::Common::DbBatchCommand ^ value); };
public System.Data.Common.DbBatchCommand this[int index] { get; set; }
member this.Item(int) : System.Data.Common.DbBatchCommand with get, set
Default Public Property Item(index As Integer) As DbBatchCommand

Parameters

index
Int32

The zero-based index of the DbBatchCommand.

Property Value

The DbBatchCommand at the specified index.

Implements

Exceptions

The specified index does not exist.

Applies to