Item[int] Property
Syntax:
public RdmParameter this[int index] { get; set; }
Description:
Type: RdmParameter
Gets or sets the RdmParameter at the specified index
Parameters:
index
Type: System.Int32
The zero-based index of the parameter.
Exceptions:
| Exception | Condition |
|---|---|
| ArgumentException | The specified parameter is already contained in another collection. |
| IndexOutOfRangeException | The specified index does not exist |
Reference:
For more information, reference MSDN documentation for: System.Data.Common.DbParameterCollection.Item(Int32)