✅ List<KeyValuePair<Trader, long>> requires primary key to be defined
This is my main model i'm trying to pass
with Trader as
with a basic database
for some reason, passing a Item class through this this method
throws the error in the title
is there a way to set List<KeyValuePair<Trader, long>> to be keyless?
with Trader as
with a basic database
for some reason, passing a Item class through this this method
throws the error in the title
is there a way to set List<KeyValuePair<Trader, long>> to be keyless?