VistaDB 6
VistaDB.Provider Namespace / VistaDBParameterCollection Class / IndexOf Method / IndexOf(Object) Method
The System.Data.Common.DbParameter object in the collection.The VistaDBParameter object in the collection.


In This Topic
    IndexOf(Object) Method
    In This Topic
    Returns the index of the specified System.Data.Common.DbParameter object. Returns the index of the specified VistaDBParameter object.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Function IndexOf( _
       ByVal value As System.Object _
    ) As System.Integer
    'Usage
     
    
    Dim instance As VistaDBParameterCollection
    Dim value As System.Object
    Dim value As System.Integer
     
    value = instance.IndexOf(value)
    public override System.int IndexOf( 
       System.object value
    )

    Parameters

    value
    The System.Data.Common.DbParameter object in the collection.The VistaDBParameter object in the collection.

    Return Value

    The index of the specified System.Data.Common.DbParameter object.The index of the specified VistaDBParameter object.
    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