Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.CopyTo Method 

Copies FbParameterCollection 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 Array to copy elements into.
index
The index from which to start copying into the array parameter.

Implements

ICollection.CopyTo

See Also

FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace