VistaDB 6
VistaDB.Provider Namespace / VistaDBParameter Class / VistaDBParameter Constructor / VistaDBParameter Constructor(String,VistaDBType)
The name of the parameter to map.
One of the VistaDBType values.


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

    Parameters

    parameterName
    The name of the parameter to map.
    dataType
    One of the VistaDBType values.
    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