Quantcast
Channel: entityframework Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1793

New Post: Incremental value update

$
0
0
Hi Pavel,

Currently EF can only generate and submit INSERT, UPDATE and DELETE operations based on changes tracked on objects loaded into memory. You are basically describing the feature request tracked here: https://entityframework.codeplex.com/workitem/52. The best way to workaround the limitation is to bypass EF mappings either by putting the update statement in a stored procedure you can execute or by issuing it directly through the raw SQL APIs, e.g. ExecuteSqlCommand and SqlQuery.

Hope this helps,
Diego

Viewing all articles
Browse latest Browse all 1793

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>