摘要: 还是上一份的代码例子: public class Person { public int ID { get; set; } public string Name { get; set; } public int Age { get; set; } } public class Dog { public int ID { get; set; } public string Name { get; set; } public int PersonID { get; set; ... 阅读全文
posted @ 2013-07-03 18:06 hongdada 阅读(658) 评论(0) 推荐(0) 编辑
摘要: 代码: public class Person { public int ID { get; set; } public string Name { get; set; } public int Age { get; set; } } public class Dog { public int ID { get; set; } public string Name { get; set; } public int PersonID { get; set; } }... 阅读全文
posted @ 2013-07-03 14:31 hongdada 阅读(595) 评论(0) 推荐(0) 编辑