You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need primary keys in the notification handlers. I've updated this code in my solution to first SaveChanges and then dispatch the notifications. Now the primary keys (and computed fields) are reflected back in to the model.
My question is, does anyone see any problems with this. And if I would now update things in the database in a notification handler, will this cause known problems?
If any problems, what would you do in this situation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I need primary keys in the notification handlers. I've updated this code in my solution to first
SaveChanges
and then dispatch the notifications. Now the primary keys (and computed fields) are reflected back in to the model.My question is, does anyone see any problems with this. And if I would now update things in the database in a notification handler, will this cause known problems?
If any problems, what would you do in this situation?
Beta Was this translation helpful? Give feedback.
All reactions