I have a simple view combining two tables. The view is simply there to show a description of an item instead of showing the item id. I can write a normal update query against the view and it works fine. The correct tables are updated.
When I modify the View entity and call the Save() method the required update statements are not performed against the database. I get no errors or exceptions, just no update.
Can a View Entity be updated? I see no reference in the help that mentions any restrictions on updating views.