SqlParameterCollection Class
Updated: June 30, 2017
Represents a collection of parameters associated with SqlQuerySpec for use in the Azure DocumentDB database service.
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
| Name | Description | |
|---|---|---|
![]() | SqlParameterCollection | Initialize a new instance of the SqlParameterCollection class for the Azure DocumentDB database service. |
![]() | SqlParameterCollection | Initializes a new instance of the SqlParameterCollection class for the Azure DocumentDB database service. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds an item to the Azure DocumentDB collection. |
![]() | Clear | Removes all items from the Azure DocumentDB collection. |
![]() | Contains | Determines whether the Azure DocumentDB collection contains a specific value. |
![]() | CopyTo | |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the Azure DocumentDB collection. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf | Determines the index of a specific item in the Azure DocumentDB collection. |
![]() | Insert | Inserts an item at the specified index in the Azure DocumentDB collection. |
![]() | Remove | /// Removes the first occurrence of a specific object from the Azure DocumentDB collection. |
![]() | RemoveAt | Removes the item at the specified index from the Azure DocumentDB collection. |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerableGetEnumerator | Returns an enumerator that iterates through the Azure DocumentDB collection. |
| Name | Description | |
|---|---|---|
![]() | IsDefined | Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsNull | Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsPrimitive | Determines if a certain property is of premitive JSON type. (Defined by TypeCheckFunctionsExtensions.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



