C#C
C#3y ago
Lounder

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

Business entity:
BusinessPromotion BusinessPromotion { get; set; }
BusinessPromotion entity:
public Business Business { get; set; }
image.png
Was this page helpful?