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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T06:19:22+00:00 2026-05-20T06:19:22+00:00

NOTE: VS2010 / .NET 4, but without SP1 Beta at the moment, but if

  • 0

NOTE: VS2010 / .NET 4, but without SP1 Beta at the moment, but if something in SP1 addresses this, it’d still be great to know about. 🙂

I have a particular database that I want to read from but will never write to. I don’t see anything in the properties of the Model (looking in the EF designer) to mark it as read-only.

Certainly it looks like the simplest thing would be to add a partial class for the generated ObjectContext subclass (class FooModel : ObjectContext) to override SaveChanges(SaveOptions) and have it throw (maybe hooking up to SavingChanges and throwing would work too, I haven’t actually tried either). That wouldn’t disable change tracking, and AFAICT I’d have to loop through all the entity sets on context instance creation to mark them all as read-only (although that’s a perf issue so not as critical as just making sure changes don’t persist).

Certainly there’s other options like having the connection string connect as a user that only has read access, but I wonder what options are available from an EF designer/model/instance perspective for having ‘read-only’ object contexts?

  • 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-20T06:19:22+00:00Added an answer on May 20, 2026 at 6:19 am

    There are only few ways which make your model readonly

    • Entity without primary key is read-only
    • Entity mapped to DB view (without primary key) is read-only. Same applies if you use DefiningQuery in SSDL directly.
    • Entity mapped to QueryView in CSDL is read-only. QueryView only works on top of other entities so this generaly doesn’t solve your problem.

    Your suggest with permissions to user accessing database looks like the most secure way. If you want to disallow saving changes overriding SaveChanges and throwing something like NotSupportedException also looks like a good solution.

    Because you will work only with read-only entities you can also improve query performance by using MergeOptions.NoTracking.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

note: I'm working on wordpress but this isn't a wordpress question. I have a
Note: This was posted when I was starting out C#. With 2014 knowledge, I
Note: Originally this question was asked for PostgreSQL, however, the answer applies to almost
Note that I am not asking which to choose (MVC or MVP), but rather
Note : The code in this question is part of deSleeper if you want
Note The question below was asked in 2008 about some code from 2003. As
(Note: This is for MySQL's SQL, not SQL Server.) I have a database column
Note This is not a REBOL-specific question. You can answer it in any language.
I am a .NET student and currently we are learning about Application Domains. We
The answer to this has got to be simple, but I sure don't see

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.