SqlParameterCollection Class

 

Updated: June 30, 2017

Represents a collection of parameters associated with SqlQuerySpec for use in the Azure DocumentDB database service.

Namespace:   Microsoft.Azure.Documents
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

SystemObject
  Microsoft.Azure.DocumentsSqlParameterCollection

No code example is currently available or this language may not be supported.

NameDescription
System_CAPS_pubmethodSqlParameterCollection

Initialize a new instance of the SqlParameterCollection class for the Azure DocumentDB database service.

System_CAPS_pubmethodSqlParameterCollection

Initializes a new instance of the SqlParameterCollection class for the Azure DocumentDB database service.

NameDescription
System_CAPS_pubproperty

Gets the number of elements contained in the Azure DocumentDB collection.

System_CAPS_pubproperty

Gets a value indicating whether the Azure DocumentDB collection is read-only.

System_CAPS_pubproperty

Gets or sets the element at the specified index in the Azure DocumentDB collection.

NameDescription
System_CAPS_pubmethodAdd

Adds an item to the Azure DocumentDB collection.

System_CAPS_pubmethodClear

Removes all items from the Azure DocumentDB collection.

System_CAPS_pubmethodContains

Determines whether the Azure DocumentDB collection contains a specific value.

System_CAPS_pubmethodCopyTo

Copies the elements of the Azure DocumentDB collection to an Array, starting at a particular Array index.

System_CAPS_pubmethodEquals

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator

Returns an enumerator that iterates through the Azure DocumentDB collection.

System_CAPS_pubmethodGetHashCode

(Inherited from Object.)

System_CAPS_pubmethodGetType

(Inherited from Object.)

System_CAPS_pubmethodIndexOf

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

System_CAPS_pubmethodInsert

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

System_CAPS_pubmethodRemove

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

System_CAPS_pubmethodRemoveAt

Removes the item at the specified index from the Azure DocumentDB collection.

System_CAPS_pubmethodToString

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerableGetEnumerator

Returns an enumerator that iterates through the Azure DocumentDB collection.

NameDescription
System_CAPS_pubmethodIsDefined

Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsNull

Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsPrimitive

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.

Return to top
Show: