SqlParameterCollection.RemoveAt(Int32) Method

Definition

Removes the item at the specified index from the Azure Cosmos DB collection.

public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

The location in the index where the item will be removed from.

Implements

Applies to