Npgsql API Docs

NpgsqlParameterCollection.CopyTo Method 

Copies NpgsqlParameter objects from the NpgsqlParameterCollection 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
An Array to which to copy the NpgsqlParameter objects in the collection.
index
The starting index of the array.

Implements

ICollection.CopyTo

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlParameterCollection.CopyTo(System.Array,System.Int32)

See Also

NpgsqlParameterCollection Class | Npgsql Namespace