Back to Devexpress

BeforeLoadCustomAssemblyEventArgs.ContextName Property

corelibraries-devexpress-dot-dataaccess-dot-entityframework-dot-beforeloadcustomassemblyeventargs-b3b4c790.md

latest1.6 KB
Original Source

BeforeLoadCustomAssemblyEventArgs.ContextName Property

Specifies the type to load from a custom assembly.

Namespace : DevExpress.DataAccess.EntityFramework

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public string ContextName { get; set; }
vb
Public Property ContextName As String

Property Value

TypeDescription
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

BeforeLoadCustomAssemblyEventArgs Class

BeforeLoadCustomAssemblyEventArgs Members

DevExpress.DataAccess.EntityFramework Namespace