{"id":577,"date":"2021-10-28T11:54:04","date_gmt":"2021-10-28T02:54:04","guid":{"rendered":"https:\/\/mvc.auctionpro.co.kr\/?page_id=577"},"modified":"2021-10-28T11:54:04","modified_gmt":"2021-10-28T02:54:04","slug":"entity-framework-using-asnotracking","status":"publish","type":"page","link":"https:\/\/mvc.auctionpro.co.kr\/?page_id=577","title":{"rendered":"Entity Framework using AsNoTracking"},"content":{"rendered":"\n<ul class=\"wp-block-list\"><li>Speed up<\/li><li>Using case in no save, update<\/li><li>Only using in list show<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Sample<\/h2>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:default decode:true \" title=\"AsNoTracking()\" >using (var ctx = new REG_RULEEntities())\n{\n\tvar rule_number = ctx.RULE_NUMBER.AsNoTracking()\n\t\t\t   .Where(s =&gt; s.RULE_NUM == RULE_NUM)\n\t\t\t   .FirstOrDefault();\n}<\/pre><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Speed up Using case in no save, update Only using in list show Sample<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-577","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/577","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=577"}],"version-history":[{"count":1,"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/577\/revisions"}],"predecessor-version":[{"id":578,"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/577\/revisions\/578"}],"wp:attachment":[{"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}