SqlCeParameterCollection.CopyTo Method

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Copies SqlCeParameter objects from the SqlCeParameterCollection to the specified array.

  [Visual Basic]
  Public Overridable Sub CopyTo( _
   ByVal 
  array
   As Array, _
   ByVal index As Integer _
) Implements ICollection.CopyTo
[C#]
public virtual void CopyTo(Array array,int index
);
[C++]
public: virtual void CopyTo(Array* array,int index
);
[JScript]
public function CopyTo(
   array : Array,
 index : int);

Parameters

  • array
    The Array into which to copy the SqlCeParameter objects.
  • index
    The starting index of the array.

Implements

ICollection.CopyTo

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeParameterCollection Class | SqlCeParameterCollection Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.