1.

What Is Client Wins And Store Wins Mode In Entity Framework Concurrency?

Answer»

CLIENT and Store wins are actions which we NEED to take when CONCURRENCY happens. In store Wins, data are loaded into entity OBJECTS and in Client wins data will store from client side to database.

Client and Store wins are actions which we need to take when concurrency happens. In store Wins, data are loaded into entity objects and in Client wins data will store from client side to database.



Discussion

No Comment Found