







![]() ![]() |
MySQL Connector/Net |
MySqlParameterCollection..::..RemoveAt Method (String) |
MySqlParameterCollection Class See Also Send Feedback |
![]() |
Removes the specified MySqlParameter from the collection using the parameter name.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
public override void RemoveAt( string parameterName ) |
Visual Basic |
---|
Public Overrides Sub RemoveAt ( _ parameterName As String _ ) |
Visual C++ |
---|
public: virtual void RemoveAt( String^ parameterName ) override |
Parameters
- parameterName
- Type: System..::..String
The name of the MySqlParameter object to retrieve.