SqlParameterCollection.CopyTo Method

Definition

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

public void CopyTo (Microsoft.Azure.Documents.SqlParameter[] array, int arrayIndex);
Parameters
array
SqlParameter[]

The array to copy into.

arrayIndex
Int32

The location in the index array in which to start adding elements.