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)
-
0
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.
-
0
This issue is closed because of no recent activity. Please open a new issue if you are still having this problem.