In a web application that I inherited a database trigger is used to
manage a column. An IHttpModule is being used to enforce the UoW. What
I want to do is Save my entity and then detect the changes made by the
trigger for re-display.

>From what I understand manually flushing the ISession is considered to
be something of an anti-pattern (of course here I'd then I'd
subsequently need to Evict and re-Get the Entity). There's certainly
some type of CQS violation too and in fact the solution that I
implemented was to redirect back to the View Action for the Entity
(it's an MVC app).

What would be the recommended approach here?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to