Skip to main content
All docs
V25.2
  • 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.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.EFCore

    Declaration

    [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, Inherited = true)]
    public sealed class DisableDeferredDeletionAttribute :
        Attribute

    Inheritance

    Object
    Attribute
    DisableDeferredDeletionAttribute
    See Also