創建

1.用可見的方式:數據庫優先和模型優先; 2.根據代碼創建數據庫和上下文: (1)建數據模型(幾張表就建幾個模型) public class M { public string name { get; set; } public int age { get; set; } [Key] //指定主鍵。需要添加引用using System.ComponentModel.DataAnnotations;
相關文章
相關標籤/搜索