Base solution for your next web application
Open Closed

How can i implement soft delete with table Ref CreationAuditedEntity<long> #8298


User avatar
0
kwanp created

Hi how can i implement soft delete with table Ref CreationAuditedEntity<long> on .net core i want my id index to run as long with soft delete

Thank you


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    how can i implement soft delete with table Ref CreationAuditedEntity on .net core

    Please refer to https://aspnetboilerplate.com/Pages/Documents/Data-Filters#isoftdelete

    i want my id index to run as long with soft delete

    You may know that a soft delete will mark the entity as deleted, and it will continue to exist in the data table.

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because of no recent activity. Please open a new issue if you are still having this problem.