DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / Insert Method
The index at which to insert the DbParameter object.
The DbParameter object to insert into the collection.

In This Topic
    Insert Method
    In This Topic
    Inserts the specified index of the DbParameter object with the specified name into the collection at the specified index.
    Syntax
    'Declaration
     
    Public Overrides Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    public override void Insert( 
       int index,
       object value
    )

    Parameters

    index
    The index at which to insert the DbParameter object.
    value
    The DbParameter object to insert into the collection.
    See Also