Data Port Sync 1.0.500

SqlCeParameterCollection. Method 

[This is preliminary documentation and subject to change.]

Inserts a SqlCeParameter in the collection at the specified index.

[Visual Basic]
Overrides Public Sub ( _
   ByVal Int32 As Integer, _
   ByVal Object As Object _
) _
    Implements IList.
[C#]
public override void (
   Int32 index,
   Object value
);

Parameters

Int32
Zero-based index where the parameter will be inserted.
Object
The SqlCeParameter to insert.

Implements

IList.

See Also

SqlCeParameterCollection Class | Primeworks.DesktopSqlCe Namespace