[]
        
(Showing Draft Content)

C1.DataConnector.C1DbParameterCollection.Insert

Insert Method

Insert(int, object)

Inserts the specified index of the DbParameter object with the specified name into the collection at the specified index.

Declaration
public override void Insert(int index, object value)
Parameters
Type Name Description
int index

The index at which to insert the DbParameter object.

object value

The DbParameter object to insert into the collection.

Overrides