FireBirdConnectionParameters.ClientLibrary Property
In This Article
Gets or sets the path to a Firebird 3.0+ client library.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
String | The path to a Firebird 3. |
#Remarks
Use the ClientLibrary property to specify which client library to use to connect to an embedded database (the FireBirdConnectionParameters.ConnectionType property is set to FireBirdConnectionType.Embedded).
See Also