VistaDB 6
VistaDB.Provider Namespace / VistaDBParameterCollection Class / Contains Method / Contains(Object) Method
The System.Data.Common.DbParameter.Value of the System.Data.Common.DbParameter to look for in the collection.The Value of the VistaDBParameter to look for in the collection.


In This Topic
    Contains(Object) Method
    In This Topic
    Indicates whether a System.Data.Common.DbParameter with the specified System.Data.Common.DbParameter.Value is contained in the collection. Indicates whether a VistaDBParameter with the specified Value is contained in the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Function Contains( _
       ByVal value As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBParameterCollection
    Dim value As System.Object
    Dim value As System.Boolean
     
    value = instance.Contains(value)
    public override System.bool Contains( 
       System.object value
    )

    Parameters

    value
    The System.Data.Common.DbParameter.Value of the System.Data.Common.DbParameter to look for in the collection.The Value of the VistaDBParameter to look for in the collection.

    Return Value

    true if the System.Data.Common.DbParameter is in the collection; otherwise false.true if the VistaDBParameter is in the collection; otherwise false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also