Mimer SQL Data Provider
Remove Method (MimerParameterCollection)




Mimer.Data.Client Namespace > MimerParameterCollection Class : Remove Method
The MimerParameter to remove from the collection.
Removes the specified MimerParameter from the collection.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub Remove( _
   ByVal parameterValue As Object _
) 
public override void Remove( 
   object parameterValue
)
public procedure Remove( 
    parameterValue: TObject
); override; 
public override function Remove( 
   parameterValue : Object
);
public: void Remove( 
   Object* parameterValue
) override 

Parameters

parameterValue
The MimerParameter to remove from the collection.
Exceptions
ExceptionDescription
The parameter parameterValue is not of type MimerParameter.
Nonexistent parameter.
parameterValue may not be null.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameterCollection Class
MimerParameterCollection Members