MySqlParameterCollection.Remove Method


Removes the specified MySqlParameter from the collection.

Syntax: Visual Basic

NotOverridable Public Sub Remove( _
 ByVal value As Object _
) _
_
 Implements IList.Remove

Syntax: C#

public void Remove(
objectvalue
);

Parameters

Implements

IList.Remove

See Also

MySqlParameterCollection Class, MySql.Data.MySqlClient Namespace

Retornar