MySQL Connector/Net
MySqlParameterCollectionCopyTo Method |
Copies MySqlParameter objects from the MySqlParameterCollection to the specified array.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public override void CopyTo( Array array, int index )
Public Overrides Sub CopyTo ( array As Array, index As Integer )
public: virtual void CopyTo( Array^ array, int index ) override
abstract CopyTo : array : Array * index : int -> unit override CopyTo : array : Array * index : int -> unit
Parameters
- array
- Type: SystemArray
- index
- Type: SystemInt32
Implements
ICollectionCopyTo(Array, Int32)