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

In This Topic
    Contains(String) Method
    In This Topic
    Indicates whether a DbParameter with the specified name exists in the collection.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Contains( _
       ByVal paramName As String _
    ) As Boolean
    public override bool Contains( 
       string paramName
    )

    Parameters

    paramName
    The name of the DbParameter to look for in the collection.

    Return Value

    True if the DbParameter is in the collection; otherwise false.
    See Also