Avatar of Yampolka
Yampolka

asked on 

Can I see new added Entity before calling SaveChanges method

I have Table Orders
I should allow user to add new Order , fill out it first and then Save Changes to to Database
I am working in EF5

how to I insert Entity  in  Entity Context before calling SaveChanges method?
Thanks.
.NET ProgrammingWeb Frameworks

Avatar of undefined
Last Comment
Fernando Soto

8/22/2022 - Mon