SqlParameterCollection.CopyTo
Method
Definition
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.