Hello all,
I have been struggling to figure out how to call a stored procedure transactionally, and get EF to be aware of the changes made by my stored procedure. My stored procedure will make a tweak to some table's data, and when I get back to EF, the changes are not present in EF. I was attempting to use Context.BeginTransaction(), but can't seem to figure this out. Does anyone have any advice or articles on this?