SqlParameterCollection.CopyTo Method
.NET Framework 2.0
Copies all the elements of the current SqlParameterCollection to the specified object.
| Name | Description |
|---|---|
| SqlParameterCollection.CopyTo (Array, Int32) | Copies all the elements of the current SqlParameterCollection to the specified one-dimensional Array starting at the specified destination Array index. Supported by the .NET Compact Framework. |
| SqlParameterCollection.CopyTo (SqlParameter[], Int32) | Copies all the elements of the current SqlParameterCollection to the specified SqlParameterCollection starting at the specified destination index. |