Info
Version: | 1.0.2 |
Author(s): | Edison Capiz [@boybawang] |
Last Update: | Wednesday, February 26, 2014 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Juppir.EfSoftDelete |
Install
Install-Package Juppir.EfSoftDelete
dotnet add package Juppir.EfSoftDelete
paket add Juppir.EfSoftDelete
Juppir.EfSoftDelete Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(6.0.2)
Tags
You would normally subclass the provided class for your own DbContext class. The entities should have a column named IsDeleted or Deleted.
Reverse Engineer EF CodeFirst text templates are provided with the package.