A newer version of this page is available.
Switch to the current version.
BeforeLoadCustomAssemblyEventArgs.AllowLoading Property
Specifies whether loading a custom assembly is allowed.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to allow loading a custom assembly; otherwise false. |
Remarks
An unauthorized attempt to load a custom assembly will result in throwing a CustomAssemblyLoadingProhibitedException.
See Also
Feedback