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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T07:54:35+00:00 2026-06-12T07:54:35+00:00

In this scenario, I have an existing database with three models: Address , which

  • 0

In this scenario, I have an existing database with three models:

Address, which has a ‘AddressId’, ‘ParentId’, ‘City’, ‘State’, etc

Person, which has a ‘PersonId’, ‘Name’, etc.

Company, which has a ‘CompanyId’, ‘Name’, etc.

Because Address can contain rows for more models than just one table, there’s no foreign key; the Address column ‘ParentId’ would contain either a ‘PersonId’ or ‘CompanyId’.

To generate my DbContext, I used Entity Framework Power Tools Beta 2. Due to the lack of referential integrity, the classes it generated for Person and Company do not contain a collection of addresses like they should.

How would I go about altering those classes to add in this “Addresses” property, and ensure it’s mapped to the Address table correctly?

At the moment I’m doing something like this; I’d rather have the context map it if possible:

public IEnumerable<Address> Addresses
{
   get 
   {
       IEnumerable<Address> addresses = null;
       using(MyDb db = new MyDb())
       {
            addresses = db.Addresses.Where(a => a.ParentId == this.PersonId)
       }

       return addresses;
   }
}

Thanks!

  • 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-12T07:54:36+00:00Added an answer on June 12, 2026 at 7:54 am

    If you can, you should add an unique id to the Address table and then store that id with the entity that it belongs to, whether it be a person, company, vendor etc.

    If you can’t because of the multiple address scenario, then you could create a new table AddressXRef table that stores the GUID’s of the entities (vendor, person, company etc), and the GUID of the address; so every entity could have multiple address and EF will be quite happy with this setup as there will be keys all around.

    (I’d also want some sort of address type indicator on the Xref table so I knew what kind of address it was, mailing, shipping, etc)

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

Sidebar

Related Questions

This is a sample scenario. I have an existing database consisting of tables as
Our current scenario is like this: we have an existing database that needs to
Imagine this scenario: You have a desktop and a laptop. The desktop has a
In this scenario, I have 2 or more models: class Store(models.Model): name = models.CharField(max_length
Scenario: I have an application (C#) that expects a SQL database and login, which
I have an app which has scoring and other information stored in a database.
Please Consider this scenario: We have a base class called clsMain : class clsMain
So I have this scenario <div id=editor contenteditable=true> <div id=list>Hello</div> </div> I want to
I have this scenario well, i'll let the model explain. public class ScheduleMonthlyPerDayModel {
I have this scenario. I want group on Country and Category. A store can

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.