DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / GetParameter Method / GetParameter(String) Method
The name of the DbParameter in the collection.

In This Topic
    GetParameter(String) Method
    In This Topic
    Returns DbParameter the object with the specified name.
    Syntax
    'Declaration
     
    Protected Overloads Overrides Function GetParameter( _
       ByVal parameterName As String _
    ) As DbParameter
    protected override DbParameter GetParameter( 
       string parameterName
    )

    Parameters

    parameterName
    The name of the DbParameter in the collection.

    Return Value

    The DbParameter the object with the specified name.
    Exceptions
    ExceptionDescription
    Parameter does not exists.
    See Also