FirebirdConnectionProvider.GetConnectionString(String, String, String, String, FirebirdServerType, String) Method
Returns a connection string used to open a specified Firebird database using provided login credentials.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
server | String | A string that specifies the server’s name |
user |
String | A string that specifies a user name. |
password | String | A string that specifies a password. |
database | String | A string that specifies the database name. |
server |
DevExpress. |
A string that specifies the server type. |
charset | String | A string that specifies the database’s character set. |
#Returns
Type | Description |
---|---|
String | A connection string. |
#Remarks
The value returned by this method can be used to initialize a Session’s connection string (for instance, via the Session.ConnectionString or XpoDefault.ConnectionString property).
Note
The string returned by the Get