VistaDB 6
VistaDB.Provider Namespace / VistaDBParameterCollection Class / Add Method / Add(Object) Method
The System.Data.Common.DbParameter.Value of the System.Data.Common.DbParameter to add to the collection.An Object.


In This Topic
    Add(Object) Method
    In This Topic
    Adds the specified System.Data.Common.DbParameter object to the System.Data.Common.DbParameterCollection. Adds the specified VistaDBParameter object to the VistaDBParameterCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Function Add( _
       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.Add(value)
    public override System.int Add( 
       System.object value
    )

    Parameters

    value
    The System.Data.Common.DbParameter.Value of the System.Data.Common.DbParameter to add to the collection.An Object.

    Return Value

    The index of the System.Data.Common.DbParameter object in the collection.The index of the new 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