Skip to main content

AsaConnectionParameters(String, String, String) Constructor

Initializes a new instance of the AsaConnectionParameters class.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

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

Parameters

Name Type Description
fileName String

A String that specifies the path to the database file.

userName String

A String that specifies the user name used to authenticate to the SAP SQL Anywhere server.

password String

A String that specifies the password used to authenticate to the SAP SQL Anywhere server.

See Also