摘要: /// /// 关联查询,结果会把Customer下的Order也查出来 /// /// /// public static IList GetListByJoin(DateTime orderDate) { using (var session = Sessions.GetSession()) using (var tx = session.BeginTransaction()) { var cus... 阅读全文
posted @ 2013-03-30 22:19 英雄饶命啊 阅读(227) 评论(0) 推荐(0)