DisableDeferredDeletionAttribute Class
Use this attribute to disable Soft Deletion (Deferred Object Deletion) for a specific entity class in your EF Core application.
Namespace: DevExpress.ExpressApp.EFCore
Assembly: DevExpress.ExpressApp.EFCore.v24.2.dll
NuGet Package: DevExpress.ExpressApp.EFCore
Declaration
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, Inherited = true)]
public sealed class DisableDeferredDeletionAttribute :
Attribute
See Also