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: | 1.0.0-beta1 | 
| Author(s): | Tony Sneed | 
| Last Update: | Saturday, April 27, 2013 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://trackable.codeplex.com | 
| NuGet Url: | https://www.nuget.org/packages/TrackableEntities.EF | 
Install
Install-Package TrackableEntities.EF
                        dotnet add package TrackableEntities.EF
                        paket add TrackableEntities.EF
                        
                                TrackableEntities.EF Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- EntityFramework(5.0.0)
- Newtonsoft.Json(5.0.3)
- TrackableEntities.Common(1.0.01)
Tags
