DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / RemoveAt Method / RemoveAt(String) Method
The name of the DbParameter object to remove.

In This Topic
    RemoveAt(String) Method
    In This Topic
    Removes the DbParameter object with the specified name from the collection.
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub RemoveAt( _
       ByVal parameterName As String _
    ) 
    public override void RemoveAt( 
       string parameterName
    )

    Parameters

    parameterName
    The name of the DbParameter object to remove.
    See Also