SqlParameterCollection.Remove Method

Definition

/// Removes the first occurrence of a specific object from the Azure DocumentDB collection.

public bool Remove (Microsoft.Azure.Documents.SqlParameter item);
Parameters
item
SqlParameter

The item to remove from the collection.

Returns

true if the first item was removed; otherwise, false.