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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:23:27+00:00 2026-06-09T08:23:27+00:00

This seems to be a pretty strange behavior of CodeFirst, I got a table:

  • 0

This seems to be a pretty strange behavior of CodeFirst,

I got a table:

public string Name {get;set;}

[Required]
public virtual Table1 Table1 {get;set;}

[Required]
public virtual Table2 Table2 {get;set;}

[Required]
public virtual Table3 Table3 {get;set;}

Now if i get a row from the database like this:

var row = database.Include("Table1").First();

row.name = "New name";
row.Table1.name = "New name";

database.SaveChanges();

it will throw 2 errors:

Table2 : The Table2 field is required.

Table3 : The Table3 field is required.

Question is, Why does it validate those 2 non-loaded non-used references?

I would prefer not to load the ENTIRE entity, as some entities can have a lot of references, to just update 1 field.

  • 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-09T08:23:30+00:00Added an answer on June 9, 2026 at 8:23 am

    If you mark anything with Required attribute it is required to exist when saving changes. EF always validates whole entity during saving and navigation properties are handled in the same way as normal properties => null = exception. Validation also doesn’t trigger lazy loading by design.

    Your options are:

    • Not using Required attribute be either
      • You can add non-nullable foreign key property for each navigation property
      • You can use fluent-api instead of data annotations
    • Turn off EF validations
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

this is pretty strange. I've got this string that connect to a SQLServer in
I am trying to get my head around this query - seems pretty straight
Getting friends of friend are pretty easy, I got this which seems to work
This seems like it should be pretty straight forward, but I'm apparently confused. I
Alright I don't see why this isnt working. It seems pretty simple. Here is
This feels like it should be pretty simple, but not much seems to be
I've been pretty puzzled by this one. It seems as though my implementation of
Seems I've outdone myself. All the while I was creating this pretty little 'latest
this is a pretty basic question but I can't seem to get it right.
This seems pretty simple and maybe I'm just overlooking the proper flag , but

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.