Info
Version: | 1.3.0 |
Author(s): | AshkanAbd |
Last Update: | Monday, January 10, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/EFCore.SoftDelete |
Install
Install-Package EFCore.SoftDelete
dotnet add package EFCore.SoftDelete
paket add EFCore.SoftDelete
EFCore.SoftDelete Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.5)
Tags
soft delete entities that you want to soft delete and handle related data to soft delete
or force delete from the database.
Documentation: https://github.com/AshkanAbd/efCoreSoftDeletes.