VistaDB 6
VistaDB.Provider Namespace / VistaDBParameterCollection Class / RemoveAt Method / RemoveAt(Int32) Method
The index where the System.Data.Common.DbParameter object is located.The index where the VistaDBParameter object is located.


In This Topic
    RemoveAt(Int32) Method
    In This Topic
    Removes the System.Data.Common.DbParameter object at the specified from the collection. Removes the VistaDBParameter object at the specified from the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As VistaDBParameterCollection
    Dim index As System.Integer
     
    instance.RemoveAt(index)
    public override void RemoveAt( 
       System.int index
    )

    Parameters

    index
    The index where the System.Data.Common.DbParameter object is located.The index where the VistaDBParameter object is located.
    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