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.2.2.0
Syntax
C# |
---|
public override int Add( Object value ) |
Visual Basic (Declaration) |
---|
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.