VistaDB 6
VistaDB.Provider Namespace / VistaDBParameterCollection Class / Insert Method / Insert(Int32,VistaDBParameter) Method
The index at which to insert the VistaDBParameter object.
The VistaDBParameter object to insert into the collection.


In This Topic
    Insert(Int32,VistaDBParameter) Method
    In This Topic
    Inserts the specified the index of the VistaDBParameter object with the specified name into the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Insert( _
       ByVal index As System.Integer, _
       ByVal parameter As VistaDBParameter _
    ) 
    'Usage
     
    
    Dim instance As VistaDBParameterCollection
    Dim index As System.Integer
    Dim parameter As VistaDBParameter
     
    instance.Insert(index, parameter)
    public void Insert( 
       System.int index,
       VistaDBParameter parameter
    )

    Parameters

    index
    The index at which to insert the VistaDBParameter object.
    parameter
    The VistaDBParameter object to insert into the collection.
    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