Skip to main content

AsaConnectionParameters(String, 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 serverName,
    string databaseName,
    string userName,
    string password
)

Parameters

Name Type Description
serverName String

A String that specifies the name of the SAP SQL Anywhere server to which the connection should be established.

databaseName String

A String value that specifies the name of the database deployed on a SAP SQL Anywhere database server.

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