EntityFramework用法探索(三)CodeFirst流暢API

Code First Fluent API,使用流暢API來定義模型映射。 同樣使用與上文 Database First 模式相同的例子,假設需要設計一個零售系統,我們先構建一個 Customer 類。 1 public class Customer 2 { 3 public long Id { get; set; } 4 public string Name { get;
相關文章
相關標籤/搜索