My EF schema has a mixture of tables and views from my database. My view objects are all read-only, I want to be able to update / insert these objects. I tried the following record with no luck:
http://smehrozalam.wordpress.com/2009/08/12/entity-framework-creating-a-model-using-views-instead-of-tables/
Anyone have other ideas / pointers - this should be doable.
amuses David
Usually the message is correct. Using representations in EF is complicated. Another trick is to first use tables to determine your model, and then replace the tables in the database with views with the same names as the tables.
Did you try instead of triggers?
http://www.codeproject.com/Articles/236425/How-to-insert-data-using-SQL-Views-created-using-m
Source: https://habr.com/ru/post/1347798/More articles:Enable the module with or without sending, is there a difference? - ruby | fooobar.comhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1347794/what-units-to-pass-ui-methods&usg=ALkJrhgYXQrbhU_mNJGIjGHNOvR20MSVZgA python way to avoid mountainous words if ... else? - pythonProblems with the "x" in the center of the circle using XAML - wpfSwing progress bar (Java) for command tools - javabrowser automatically generates a start icon on the home screen for android web applications - javascriptjQuery form submit: Any way to find out which element caused the submit? - javascriptMercurial - which head is active in your working directory? - mercurialJavaScript loading after full page processing - jqueryOverride the enter key, but keep the default behavior for other keys in datagrid wpf - overrideAll Articles