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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T09:29:50+00:00 2026-06-02T09:29:50+00:00

[Table(Table1)] public class Entity1 { [Key, ForeignKey(entity1)] public int ID{get;set;} public virtual Entity2 entity2{get;set;}

  • 0
    [Table("Table1")]
    public class Entity1
    {
       [Key, ForeignKey("entity1")]
       public int ID{get;set;}
       public virtual Entity2 entity2{get;set;}
       public virtual Entity3 entity3{get;set;}
    }

This is my main Entity. Here I want to map this Entity with Entity2 and 3 with the same foreign key which is also primary key in Entity1,2,3 .

    [Table("Table2")]
    public class Entity2
    {
       [Key]
       public int Entity1ID{get;set;}
       // few entity specific properties
    }

    [Table("Table3")]
    public class Entity3
    {
       [Key]
       public int Entity1ID{get;set;}
       // few entity specific properties
    }

When is use my context class for mapping then i receive an error says the Dependent Role refers to the key properties, the upper bound of the multiplicity of the Dependent Role must

  • 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-02T09:29:51+00:00Added an answer on June 2, 2026 at 9:29 am
    modelBuilder.Entity<Entity1>().HasOptional(u => u.Entity2)
                               .WithRequired();
            modelBuilder.Entity<Entity1>().HasOptional(u => u.Entity2)
                              .WithRequired();
    

    If you need Shared primary key relationship only , then use the code above there is nothing extra to do, so remove annotation attributes.

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

Sidebar

Related Questions

I have these classes: public class Product { [Key] public virtual int ProductId {
I have the following entity: public class User { public int ID {get; set;}
This is an extract of the JPA entities schema @Entity @Table(name=customer) public class Customer
Message POCO: [Table(Message)] public class Message { [Key, Column(Order = 0)] public Int64 SenderID
Why is this thing not working? [Database(Name=Relationships_Test)] [Table(Name = Order)] public class Order {
Is it possible to get cascade delete on this object model? public class Entity
I have the following class: public class Address { public virtual int Id {
Consider the following class hierarchy: public abstract class Entity { public virtual int Id
I currently have a class: [Table(TitleCategoryMovie, Schema = dbo)] public class TitleCategoryMovie { [Key]
Consider the following code: @Entity @Table(name = a) public class A implements Serializable {

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.