Skip to main content

VistaDB6ConnectionParameters Class

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

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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