System.Data.SqlClient Namespace SqlParameterCollection Class
Copies the contents of the collection into a single-dimension Array, starting at the specified index.
[ VB ] NotOverridable Public Sub CopyTo ( _ ByVal array As Array, _ ByVal index As Integer _ ) [ C# ] public void CopyTo ( Array array, int index ); [ C++ ] public: __sealed void CopyTo ( Array* array, int index ); [ JScript ] public function CopyTo ( array : Array, index : int );
ICollection.CopyTo
SqlParameterCollection Members
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph