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

AdvantageConnectionParameters(String, String, String) Constructor

Initializes a new instance of the AdvantageConnectionParameters class.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public AdvantageConnectionParameters(
    string fileName,
    string userName,
    string password
)

Parameters

Name Type Description
fileName String

A String that specifies the path to the Advantage database file. This value is assigned to the FileConnectionParametersBase.FileName property.

userName String

A String that specifies the user name used for authentication. This value is assigned to the AdvantageConnectionParameters.UserName property.

password String

A String that specifies the password used for authentication. This value is assigned to the FileConnectionParametersBase.Password property.

See Also