SqlParameterCollection.IndexOf Method

Definition

Determines the index of a specific item in the Azure DocumentDB collection.

public int IndexOf (Microsoft.Azure.Documents.SqlParameter item);
Parameters
item
SqlParameter

The item to find.

Returns

The index value for the item.