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

VistaDB6ConnectionParameters(String, String) Constructor

Initializes a new instance of the VistaDB6ConnectionParameters class with specified settings.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public VistaDB6ConnectionParameters(
    string fileName,
    string password
)

Parameters

Name Type Description
fileName String

A string that contains a path to the VistaDB database file.

password String

A string that contains a password used for authentication.

See Also