FireBirdConnectionParameters.DatabaseName Property
Gets or sets the name of the database that contains the required data.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Description |
---|---|
String | A String that specifies the name of the database that contains the required data. |
Remarks
The DatabaseName property is in effect only if the connection is established to a database server (the FireBirdConnectionParameters.ConnectionType property is set to FireBirdConnectionType.ServerBased).
Use the FireBirdConnectionParameters.ServerName property to specify the name of the server.
To provide user credentials, use the FireBirdConnectionParameters.UserName and FireBirdConnectionParameters.Password properties.