Skip to main content
A newer version of this page is available. .

VistaDB6ConnectionParameters Class

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

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.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