VistaDB 6
VistaDB.Provider Namespace / VistaDBParameterCollection Class / AddRange Method
An array of values of type System.Data.Common.DbParameter to add to the collection.An array of values of type VistaDBParameter to add to the collection.


In This Topic
    AddRange Method
    In This Topic
    Adds an array of items with the specified values to the System.Data.Common.DbParameterCollection. Adds an array of items with the specified values to the VistaDBParameterCollection.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Sub AddRange( _
       ByVal values As System.Array _
    ) 
    'Usage
     
    
    Dim instance As VistaDBParameterCollection
    Dim values As System.Array
     
    instance.AddRange(values)
    public override void AddRange( 
       System.Array values
    )

    Parameters

    values
    An array of values of type System.Data.Common.DbParameter to add to the collection.An array of values of type VistaDBParameter to add to 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