|
| MySQL Connector/Net |
| MySqlParameterCollection..::..CopyTo Method |
| MySqlParameterCollection Class See Also Send Feedback |
|
Copies MySqlParameter objects from the MySqlParameterCollection to the specified array.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
public override void CopyTo( Array array, int index ) |
| Visual Basic |
|---|
Public Overrides Sub CopyTo ( _ array As Array, _ index As Integer _ ) |
| Visual C++ |
|---|
public: virtual void CopyTo( Array^ array, int index ) override |