







![]() ![]() |
MySQL Connector/Net |
MySqlParameterCollection..::..Add Method (MySqlParameter) |
MySqlParameterCollection Class See Also Send Feedback |
![]() |
Adds the specified MySqlParameter object to the MySqlParameterCollection.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
public MySqlParameter Add( MySqlParameter value ) |
Visual Basic |
---|
Public Function Add ( _ value As MySqlParameter _ ) As MySqlParameter |
Visual C++ |
---|
public: MySqlParameter^ Add( MySqlParameter^ value ) |
Parameters
- value
- Type: MySql.Data.MySqlClient..::..MySqlParameter
The MySqlParameter to add to the collection.