Skip to main content
All docs
V25.1
  • VistaDB6ConnectionParameters Class

    Contains parameters that are used to establish a connection to a VistaDB 6 database file.

    Namespace: DevExpress.DataAccess.ConnectionParameters

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    #Declaration

    public class VistaDB6ConnectionParameters :
        VistaDBConnectionParameters

    #Remarks

    The VistaDB6ConnectionParameters class exposes the FileConnectionParametersBase.FileName and FileConnectionParametersBase.Password properties that specify the path to the database file and the password that is used to access this file.

    For more information about the use of classes that contain data connection parameters, refer to the following topic: DataConnectionParametersBase.

    See Also