SqlParameterCollection.Item[Int32]
Property
Definition
Gets or sets the element at the specified index in the Azure DocumentDB collection.
public Microsoft.Azure.Documents.SqlParameter this[int index] { get; set; }
Parameters
- index
- Int32
The location in the index.
Property Value
The element at the specified index.