|
| MySQL Connector/Net |
| MySqlParameterCollection..::..Add Method (Object) |
| 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 override int Add( Object value ) |
| Visual Basic |
|---|
Public Overrides Function Add ( _ value As Object _ ) As Integer |
| Visual C++ |
|---|
public: virtual int Add( Object^ value ) override |
Parameters
- value
- Type: System..::..Object
The MySqlParameter to add to the collection.