摘要:
Reference()和Collection() 方法 IList<Student> studList = context.Students.ToList<Student>(); Student std = studList.Where(s => s.StudentID == 1).FirstOrD 阅读全文
posted @ 2017-04-18 15:23 冰碟 阅读(189) 评论(0) 推荐(0)
|
|||
|
摘要:
Reference()和Collection() 方法 IList<Student> studList = context.Students.ToList<Student>(); Student std = studList.Where(s => s.StudentID == 1).FirstOrD 阅读全文
posted @ 2017-04-18 15:23 冰碟 阅读(189) 评论(0) 推荐(0) |
|||