MySQL Connector/Net |
MySqlParameterCollection..::.Remove Method |
MySqlParameterCollection Class See Also Send Feedback |
Removes the specified MySqlParameter from the collection.
Namespace:
MySql.Data.MySqlClient
Assembly:
MySql.Data (in MySql.Data.dll) Version: 6.2.2.0
Syntax
C# |
---|
public override void Remove( Object value ) |
Visual Basic (Declaration) |
---|
Public Overrides Sub Remove ( _ value As Object _ ) |
Visual C++ |
---|
public: virtual void Remove( Object^ value ) override |
Parameters
- value
- Type: System..::.Object