SqlCeParameterCollection.Insert Method
Visual Studio 2010
Inserts a SqlCeParameter in the collection at the specified index.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Parameters
- index
- Type: System.Int32
The zero-based index where the parameter is to be inserted within the collection.
- value
- Type: System.Object
The SqlCeParameter to add to the collection.
