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 _
) _
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