Skip to main content

VistaDB5ConnectionParameters(String, String) Constructor

Initializes a new instance of the VistaDB5ConnectionParameters class.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public VistaDB5ConnectionParameters(
    string fileName,
    string password
)

Parameters

Name Type Description
fileName String

A String that specifies the path to the VistaDB database file.

password String

A String that specifies the password used for authentication.

See Also