Skip to main content

FireBirdConnectionParameters.ClientLibrary Property

Gets or sets the path to a Firebird 3.0+ client library.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string ClientLibrary { get; set; }

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