C#C
C#2y ago
Metalkon

Am I doing this correctly? (Foreign Keys & Such, Entity Framework & SQL Server)

I'm trying to figure out how to store objects within objects in the database, that can only be accessed directly or through the UserModel... Kinda like having a sub-folder for organization sake so the usermodel doesn't have 30 columns in it.

I only understand sql on a basic beginner level (one table for one thing, through entity framework only) and asking chatgpt has gotten me this far and i'm not srue if im even doing it right.
image.png
Was this page helpful?