FireBirdConnectionParameters.ClientLibrary Property
Gets or sets the path to a Firebird 3.0+ client library.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
String | The path to a Firebird 3.0+ client library. |
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