FireBirdConnectionParameters(String, Int32, String, String, String) Constructor
Initializes a new instance of the FireBirdConnectionParameters class.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
public FireBirdConnectionParameters(
string serverName,
int port,
string databaseName,
string userName,
string password
)
Parameters
| Name | Type | Description |
|---|---|---|
| serverName | String | A String that specifies the name of the Firebird server to which the connection should be established. |
| port | Int32 | An integer value, specifying the port number. |
| databaseName | String | A String that specifies the name of the database that contains the required data. |
| userName | String | A String that specifies the user name used to authenticate to the Firebird server. |
| password | String | A String that specifies the password used to authenticate to the Firebird server. |
See Also