© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
6 replies
Lounder

✅ [EF Core] Why does my database entity have a one-directional FK Connection?

Business entity:
BusinessPromotion BusinessPromotion { get; set; }
BusinessPromotion BusinessPromotion { get; set; }

BusinessPromotion entity:
public Business Business { get; set; }
public Business Business { get; set; }
image.png
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Why does Ef Core not save my data in the database?
C#CC# / help
17mo ago
Entity framework core - database
C#CC# / help
2y ago
EF Core Many-to-One (Many Owned Entity to Non-owned Entity)
C#CC# / help
3y ago
❔ Generic entity type in EF Core
C#CC# / help
4y ago