Skip to main content

BeforeLoadCustomAssemblyEventArgs.ContextName Property

Specifies the type to load from a custom assembly.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public string ContextName { get; set; }

#Property Value

Type Description
String

A String value, specifying the type to load from a custom assembly.

#Remarks

An unauthorized attempt to load a custom assembly will result in throwing a CustomAssemblyLoadingProhibitedException.

See Also