C#C
C#3y ago
Ruttie

✅ EntityFrameworkCore lists

This has probably been asked before, but is it possible to store a List<T> in a npsql database using EntityFrameworkCore?
If so, how would I go about it?
(For context, I have a DbSet<Guild>, and I want the model to store data on guilds, and one of the things I want to store is a collection of tags)
Was this page helpful?