HighwayFramework / Highway.Data

The fastest and smoothest way to great architecture
http://hwyfwk.com
MIT License
72 stars 30 forks source link

Add IsDirty to IDataContext #98

Closed trayburn closed 5 years ago

trayburn commented 8 years ago

While we do not want to provide an generic abstraction over change tracking for all possible ORMs at the current time, we find that it might be useful to be able to ask the simple question of if there is work that needs to be committed. As such we will be adding the following to IDataContext:

bool IsDirty {get;}