SqlParameterCollection.Insert Method

Definition

Inserts an item at the specified index in the Azure DocumentDB collection.

public void Insert (int index, Microsoft.Azure.Documents.SqlParameter item);
Parameters
index
Int32

The location in the index array in which to start inserting elements.

item
SqlParameter

The item to copy into the index.