Advanced.Data.Provider Documentation

AdpParameterCollection.CopyTo Method 

[This is preliminary documentation and subject to change.]

Copies AdpParameter objects from the AdpParameterCollection to the specified array.

[Visual Basic]
NotOverridable Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) Implements _
   ICollection.CopyTo
[C#]
public void CopyTo(
   Array array,
   int index
);

Parameters

array
The one-dimensional Array that is the destination of the elements copied from AdpParameterCollection. The Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.

Implements

ICollection.CopyTo

See Also

AdpParameterCollection Class | Advanced.Data.Provider Namespace