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 8460791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:42:17+00:00 2026-06-10T13:42:17+00:00

I am using EF with a SQL Server database. I created a view and

  • 0

I am using EF with a SQL Server database. I created a view and an Instead Of Insert trigger for that view which looks like this:

insert into Target (value, someFk) 
select value, 4 from inserted
select id from Target where @@ROWCOUNT > 0 and id = scope_identity() 

I mapped the view into an EF edmx. When I try to add an entity I get the following exception when I call SaveChanges():

Unable to update the EntitySet ‘TargetView’ because it has a DefiningQuery and no element exists in the
element to support the current
operation.

The view has an identity column marked in the mapping.

Any suggestions?

  • 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-06-10T13:42:18+00:00Added an answer on June 10, 2026 at 1:42 pm

    If you open EDMX file with an xml editor, in the section where TargetView is defined you will have some xml similar to the following;

    <EntitySet Name=".."  
               EntityType=".." 
               store:Type="Views" 
               store:Schema=".." 
               store:Name="..">
    <DefiningQuery>SELECT ....</DefiningQuery>
    

    You need to change this xml section in order to have CRUD operations;

    <EntitySet Name=".."  
               EntityType=".."  
               store:Type="Tables" 
               Schema=".." />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one SQL server database which was created using Import/Export Wizard from an
I have a database that I have created using SQL Server Developer 2008. I
I have created views on the SQL Server 2005 database and this view is
iv created a database with some tables and populated them using SQL server 2008,
I have created SQL Server 2008 Database project using visual studio 2010. after build
I'm using a SQL Server database in my program with Linq-to-SQL I'm using this
Database: SQL Server 2005 I'm using a function that creates a comma separated list
I'm using SQL Server CE as my database. Can I create a view in
I am using SQL Server 2008 R2. I have created two different databases Master
I'm using a SQL Server database, I'm working on a real estate website. 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.