Skip to main content
All docs
V25.1
  • BeforeLoadProviderCustomAssemblyEventArgs.AssemblyPath Property

    Specifies the path to the requested Firebird provider assembly.

    Namespace: DevExpress.DataAccess.Sql

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public string AssemblyPath { get; set; }

    Property Value

    Type Description
    String

    The path to the requested Firebird provider assembly.

    Remarks

    The ProviderCustomAssemblyLoadingProhibitedException occurs on an unauthorized attempt to load a custom assembly as the FireBirdConnectionParameters.ClientLibrary parameter.

    See Also