0 out of 1 rated this helpful - Rate this topic

SqlParameterCollection.CopyTo Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.