Provides an ApplyChanges extension method for DbContext that sets EntityState on trackable entities, so they can be saved in a single transaction as part of a batch update.
Info
| Version: | 2.5.7 |
| Author(s): | Tony Sneed |
| Last Update: | Monday, December 4, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://trackableentities.github.io/ |
| NuGet Url: | https://www.nuget.org/packages/TrackableEntities.EF.5 |
Install
Install-Package TrackableEntities.EF.5
dotnet add package TrackableEntities.EF.5
paket add TrackableEntities.EF.5
TrackableEntities.EF.5 Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 5.0.0 && <= 5.0.0)
- Newtonsoft.Json(>= 10.0.3)
- TrackableEntities.Common(>= 2.5.7)
Tags