Skip to main content
All docs
V24.2

BeforeLoadProviderCustomAssemblyEventArgs(String) Constructor

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

Declaration

public BeforeLoadProviderCustomAssemblyEventArgs(
    string assemblyPath
)

Parameters

Name Type Description
assemblyPath String

The path to the requested Firebird provider assembly.

See Also