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 am looking through the example to try and understand a few of the concepts being used: EntityManagerProvider
registerAnnotations: what does method do? - I have some annotations on my .net core entity objects and i was under the impression breeze automatically added these validations?
ignoreForSerialization - what is this method for?Is this to ignore additional fields that are added to the local model for serialization purposes?
I am trying to understand how the unit of work 'works':
It makes a copy of the primary entity manager
Then you make your changes to that manager (add/edit/delete) and save changes.
Is the original entity manager there simply there to provide a base with lookup tables for other 'units of work'?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi
I am looking through the example to try and understand a few of the concepts being used:
EntityManagerProvider
I am trying to understand how the unit of work 'works':
Thanks.
The text was updated successfully, but these errors were encountered: