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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:59:40+00:00 2026-05-23T04:59:40+00:00

I am using a model with Entity Framework that takes advantage of inheritance. I

  • 0

I am using a model with Entity Framework that takes advantage of inheritance. I have one entity for the base type called "User" and two entities that inherit from it ("Admin", and "Worker"). Here is the model:

Entity Relationship Diagram

The problem is that when I create my Entity Framework container it does not have a collection of workers or admins on it, only users.

EntityContainer context = new EntityContainer();
context.Users; // Exists.
context.Workers; // does not exist.

How can I get a collection of workers/admins and not just generic users? Likewise, how can I give my FamilyAccount entity a navigation property for Admins and Workers, not generic users?

PS – I am using the table-per-type model for my inheritance, if that matters.

.OfType seems to work well. Is there another way to actually add a navigation property for just workers or admins?

  • 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-23T04:59:41+00:00Added an answer on May 23, 2026 at 4:59 am

    http://mosesofegypt.net/post/Inheritance-and-Associations-with-Entity-Framework-Part-3.aspx

    This article describes how to extend an entity and add a navigation property yourself. Scroll to the “Build Specific Department Query” header. This is what I was after, eliminating the requirement of using .OfType<Worker>().

    Now I can do familyAccount.Admins and all is good in the neighborhood.

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

Sidebar

Related Questions

Using Microsoft's designer for the Entity Framework (v3.5), I have created an Entity Model
We're using interfaces to represent entity classes in our domain model. We have concrete
I'm using the Entity Framework to model a simple parent child relationship between a
I have a simple ADO.NET Entity Framework 4.0 model (edmx) which defines database tables
I am using C#, Visual Studio 2010 and Entity Framework 4. I have an
I have 2 projects - a class library containing an EDM Entity Framework model
I am using Entity Framework 4 and we have a bunch of stored procedures
I have developed a project using MVC3 and Code first Entity Framework 4.0 as
I have a ASP.NET MVC 3 application, using Entity Framework 4 to handle Data
If we've been using an Entity Framework 4 model for some time, and we

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.