Mimer SQL Data Provider
RemoveAt(Int32) Method




Mimer.Data.Client Namespace > MimerParameterCollection Class > RemoveAt Method : RemoveAt(Int32) Method
Zero-based index of the parameter.
Removes the MimerParameter at the specified index from the collection.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub RemoveAt( _
   ByVal index As Integer _
) 
public override void RemoveAt( 
   int index
)
public procedure RemoveAt( 
    index: Integer
); override; 
public override function RemoveAt( 
   index : int
);
public: void RemoveAt( 
   int index
) override 

Parameters

index
Zero-based index of the parameter.
Exceptions
ExceptionDescription
The specified index does not exist.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameterCollection Class
MimerParameterCollection Members
Overload List