Skip to main content
All docs
V26.1
  • FireBirdConnectionParameters.ClientLibrary Property

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

    Namespace: DevExpress.DataAccess.ConnectionParameters

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    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