HighwayFramework / Highway.Data

The fastest and smoothest way to great architecture

Home Page:http://hwyfwk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of UpdateGraphs extension method

ordinaryorange opened this issue · comments

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

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.