VistaDB 6
VistaDB.Provider Namespace / VistaDBParameter Class / VistaDBParameter Constructor / VistaDBParameter Constructor(String,Object)
The name of the parameter to map.
An Object that is the value of the VistaDBParameter.


In This Topic
    VistaDBParameter Constructor(String,Object)
    In This Topic
    Initializes a new instance of the VistaDBParameter class that uses the parameter name and a value of the new VistaDBParameter.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal parameterName As System.String, _
       ByVal value As System.Object _
    )
    'Usage
     
    
    Dim parameterName As System.String
    Dim value As System.Object
     
    Dim instance As New VistaDBParameter(parameterName, value)
    public VistaDBParameter( 
       System.string parameterName,
       System.object value
    )

    Parameters

    parameterName
    The name of the parameter to map.
    value
    An Object that is the value of the VistaDBParameter.
    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