Skip to main content
All docs
V24.2

BeforeLoadProviderCustomAssemblyEventArgs.AllowLoading Property

Specifies whether loading a Firebird provider custom assembly is allowed.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

Declaration

public bool AllowLoading { get; set; }

Property Value

Type Description
Boolean

true to allow the load operation for a provider custom assembly; otherwise false.

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