SqlParameterCollection.Contains
Method
Definition
Determines whether the Azure DocumentDB collection contains a specific value.
public bool Contains (Microsoft.Azure.Documents.SqlParameter item);
Parameters
- item
- SqlParameter
The value to search for.
Returns
true if the collection contains a specific value; otherwise, false.