AsaConnectionParameters(String, String, String, String) Constructor
In This Article
Initializes a new instance of the AsaConnectionParameters class.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public AsaConnectionParameters(
string serverName,
string databaseName,
string userName,
string password
)
#Parameters
Name | Type | Description |
---|---|---|
server |
String | A String that specifies the name of the SAP SQL Anywhere server to which the connection should be established. |
database |
String | A String value that specifies the name of the database deployed on a SAP SQL Anywhere database server. |
user |
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