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

In This Topic
    Contains(Object) Method
    In This Topic
    Indicates whether a DbParameter with the specified Value is contained in the collection.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Contains( _
       ByVal value As Object _
    ) As Boolean
    public override bool Contains( 
       object value
    )

    Parameters

    value
    The Value of the DbParameter to look for in the collection.

    Return Value

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