Mimer SQL Data Provider
Insert Method




Mimer.Data.Client Namespace > MimerParameterCollection Class : Insert Method
The zero-based index where the parameter is to be inserted within the collection.
The MimerParameter to add to the collection.
Inserts the MimerParameter into the collection at the index specified.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub Insert( _
   ByVal index As Integer, _
   ByVal parameterValue As Object _
) 
public override void Insert( 
   int index,
   object parameterValue
)
public procedure Insert( 
    index: Integer;
    parameterValue: TObject
); override; 
public override function Insert( 
   index : int,
   parameterValue : Object
);
public: void Insert( 
   int index,
   Object* parameterValue
) override 

Parameters

index
The zero-based index where the parameter is to be inserted within the collection.
parameterValue
The MimerParameter to add to the collection.
Exceptions
ExceptionDescription
The parameter parameterValue is not of type MimerParameter.
parameterValue may not be null.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameterCollection Class
MimerParameterCollection Members