Mimer SQL Data Provider
RemoveAt(String) Method




Mimer.Data.Client Namespace > MimerParameterCollection Class > RemoveAt Method : RemoveAt(String) Method
The name of the parameter to remove.1
Removes the MimerParameter with the specified parameter name.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub RemoveAt( _
   ByVal parameterName As String _
) 
public override void RemoveAt( 
   string parameterName
)
public procedure RemoveAt( 
    parameterName: String
); override; 
public override function RemoveAt( 
   parameterName : String
);
public: void RemoveAt( 
   string* parameterName
) override 

Parameters

parameterName
The name of the parameter to remove.1
Exceptions
ExceptionDescription
No MimerParameter with the specified name exists.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameterCollection Class
MimerParameterCollection Members
Overload List