SqlParameterCollection.Item[Int32] Property

Definition

Gets or sets the element at the specified index in the Azure Cosmos DB collection.

public Microsoft.Azure.Documents.SqlParameter this[int index] { get; set; }
member this.Item(int) : Microsoft.Azure.Documents.SqlParameter with get, set
Default Public Property Item(index As Integer) As SqlParameter

Parameters

index
Int32

The location in the index.

Property Value

The element at the specified index.

Implements

Applies to