SqlCeParameterCollection.Insert Method

Inserts a SqlCeParameter in the collection at the specified index.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Overrides Sub Insert ( _
    index As Integer, _
    value As Object _
)
'Usage
Dim instance As SqlCeParameterCollection
Dim index As Integer
Dim value As Object

instance.Insert(index, value)
public override void Insert(
    int index,
    Object value
)
public:
virtual void Insert(
    int index, 
    Object^ value
) override
abstract Insert : 
        index:int * 
        value:Object -> unit 
override Insert : 
        index:int * 
        value:Object -> unit 
public override function Insert(
    index : int, 
    value : Object
)

Parameters

  • index
    Type: System.Int32
    The zero-based index where the parameter is to be inserted within the collection.

Implements

IList.Insert(Int32, Object)

See Also

Reference

SqlCeParameterCollection Class

System.Data.SqlServerCe Namespace