This topic has not yet been rated - Rate this topic

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)
public override void Insert(
	int index,
	Object value
)

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.

Implements

IList.Insert(Int32, Object)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.