Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6382805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:34:14+00:00 2026-05-25T02:34:14+00:00

Maybe I miss something here but I don’t think so. I have an entity

  • 0

Maybe I miss something here but I don’t think so.

I have an entity model and it holds sql server views as well. When I was working with my entity, I noticed something like following method;

HubEntities _entities = new HubEntities();
_entities.vw_AccommPropertiesFullWeb.AddObject(...

vw_AccommPropertiesFullWeb here is a view.

How can it be possible to add a new view to a view? Does EF guys did it on purpose or it is something which is misconfigured?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T02:34:14+00:00Added an answer on May 25, 2026 at 2:34 am

    If you import SQL View to the model it is always represented as DefiningQuery which is by definition read only. The only way to make it writable is implementing stored procedures and map them to Insert, Update and Delete operations of the entity type.

    The workaround is mapping view in the way that EF will believe that it is a table. It requires:

    • Manual modification of EDMX file and unless you buy some additional tool you will also never be able to use update from database again = you are going to maintain EDMX manually
    • Your view must be updatable – it must follow some rules defined by database server – generally when using with EF it either means that your view must have INSTEAD OF triggers for modification operations or it cannot use joins, union, computed columns, aggregations or anything else unless columns resulting from these operations are marked as computed in EF (database views allows inserting and updating columns only from base table).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

maybe it's dumb but is there a difference between new Something().method(); and Something tmpSomething
Maybe this is something very easy to do it but so far it's taking
Currently I have to work a bit more with SQL Server and I've read
Maybe its a very dumb question but I hope you can give me some
Maybe I'm missing it somewhere in the PHP manual, but what exactly is the
Maybe I'm having a really bad day, but could someone possibly help me to
Maybe there is no difference, but is either way better than the other (or
Maybe I'm not searching correctly, but I can't find out how to configure the
Maybe I am day-dreaming but I am about to merge the contents of two
I've heard much good about nodejs and writting client-server application with it. But I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.