Skip to main content
All docs
V25.1
  • BeforeLoadProviderCustomAssemblyEventArgs(String) Constructor

    Initializes a new instance of the BeforeLoadProviderCustomAssemblyEventArgs class with specified settings.

    Namespace: DevExpress.DataAccess.Sql

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public BeforeLoadProviderCustomAssemblyEventArgs(
        string assemblyPath
    )

    Parameters

    Name Type Description
    assemblyPath String

    The path to the requested Firebird provider assembly.

    See Also