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


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

    Parameters

    index
    The index at which to insert the System.Data.Common.DbParameter object.The index at which to insert the VistaDBParameter object.
    value
    The System.Data.Common.DbParameter object to insert into the collection.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