Entity Framework Code First Adding A Entry

前端 未结 0 692
情话喂你
情话喂你 2021-02-02 17:42

I have two classes

public class User
{
    public int ID { get; set; }
    public byte[] Picture { get; set; }
    public string Name { get; set; }
}
相关标签:
回答
  • 消灭零回复
提交回复
热议问题