I have a model with composite key - the row is the key:
public class Item { [Key, Column(Order = 0)] public int UserId { get; set; } [Key, Column
It is not possible. Every RDBMS requirement is, that primary key must be not nullable.