0
erkateknoloji created
Hello,
We use "FullAuditedEntity" and we want to get deleted records by getAll() but zero framework filters deleted records. We can not get deleted records.
Please, can you describe getting deleted records when FullAuditedEntity.
Our aim is using FullAuditedEntity and getting also IsDeleted records.
1 Answer(s)
-
1
Hi,
You can disable Soft-Delete filter as explained here https://aspnetboilerplate.com/Pages/Documents/Data-Filters#disable-filters and get deleted records.