VistaDB 6
VistaDB.Provider Namespace / VistaDBParameter Class / VistaDBParameter Constructor


In This Topic
    VistaDBParameter Constructor
    In This Topic
    Overload List
    OverloadDescription
    Initializes a new instance of the VistaDBParameter class.  
    Initializes a new instance of the VistaDBParameter class that uses the parameter name and a value of the new VistaDBParameter.  
    Initializes a new instance of the VistaDBParameter class that uses the parameter name and the data type.  
    Initializes a new instance of the VistaDBParameter class that uses the parameter name, the VistaDBType, and the size.  
    Initializes a new instance of the VistaDBParameter class that uses the parameter name, the VistaDBType, the size, and the source column name.  
    Initializes a new instance of the VistaDBParameter class that uses the parameter name, the type of the parameter, the size of the parameter, a ParameterDirection, the source column, a DataRowVersion to use, and the value of the parameter.  
    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