2011年6月13日

EF CodeFirst 学习 1 - 用fluent API设置元数据,

摘要: 用 Fluent API 设置元数据http://agilenet.wordpress.com/2011/04/11/entity-framework-4-1-rc-with-an-existing-database/-public class Company02{03public int Id { get; set; }04public string CompanyName { get; set; }05public Country HomeCountry { get; set; }06}07 08public class Country09{10public int Id { get; . 阅读全文

posted @ 2011-06-13 23:14 bela liu 阅读(676) 评论(0) 推荐(0) 编辑

导航