DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / RemoveAt Method / RemoveAt(Int32) Method
The index where the DbParameter object is located.

In This Topic
    RemoveAt(Int32) Method
    In This Topic
    Removes the DbParameter object at the specified from the collection.
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public override void RemoveAt( 
       int index
    )

    Parameters

    index
    The index where the DbParameter object is located.
    See Also