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

  • Home
  • SEARCH
  • 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 6796601
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:30:29+00:00 2026-05-26T18:30:29+00:00

I feel silly asking this, but, I just can’t work out how to create

  • 0

I feel silly asking this, but, I just can’t work out how to create a one to zero or one relationship, giving both an entityID and entity property.

Take the following example:

public class base
{
public int ID {get;set;}
}

public class linked
{
public int ID {get;set;}
public string test {get;set;}
}

If I put public virtual linked linked {get;set;} into the base class, everything works as expected, I get a nullable 1 to 0 or 1 relationship.

However, I understand the benefits of using just an int/EntityID to store the relationship in combination with a virtual for lazy loading (e.g. public int linkedID {get;set;} in combination with the virtual above), but, I can’t seem to work out how to create this, using the same relationship.

I have tried using the fluent API Entity<base>().HasOptional(x=>x.linked).WithRequired(), which is what I thought it should be, and this creates the 0 to 0 or 1 relationship, but, it is not nullable, which I do not understand given the HasOptional.

I thought I had turned a corner in understanding the Entity Framework, but this has really thrown me back! I can not understand where I am going wrong. Can anyone please help?

  • 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-26T18:30:29+00:00Added an answer on May 26, 2026 at 6:30 pm

    Try using

    public int? linkedID {get;set;}
    

    The int you where using isn’t nullable so it would default to 0.

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

Sidebar

Related Questions

I feel silly, but I just can't find an answer to this. Let's say
I feel a little bit silly asking this, but I haven't been able to
I feel very very very silly posting this, but I can't find the answer.
I feel silly for asking this but it isn't like I could google this.
I feel really silly for asking this, but what am I doing wrong with
I feel like a dork just for asking this, but I'm not getting any
I feel kind of silly asking this question as it seems really simple, but
I feel silly asking this in such a crude way, but in Firebug I
I feel silly for not being able to figure this out, but how do
I feel really silly for asking this , but how do I place buttons

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.