BeforeLoadProviderCustomAssemblyEventArgs.AllowLoading Property
Specifies whether loading a Firebird provider custom assembly is allowed.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The default value of AllowLoading is false.
The ProviderCustomAssemblyLoadingProhibitedException occurs on an unauthorized attempt to load a custom assembly as the FireBirdConnectionParameters.ClientLibrary parameter.
See Also