HighwayFramework / Highway.Data

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

Use of UpdateGraphs extension method #107

Closed ordinaryorange closed 8 years ago

ordinaryorange commented 8 years ago

Trying (unsuccessfully) to use this method, and I cant find any docs/examples of how to use it are there any ?

ordinaryorange commented 8 years ago

Whist I knew that GraphDiff was being used under the hood I was not getting any updates to the DB. Turns out my custom IDataContext was not a TypedDataContext. I was decorating rather than inheriting. So I changed it to inherit from my EF DataContext and all good now.