摘要: /// <summary> /// one to many ,IQueryOver中如何使用预加载(一次加载全部关联的) /// </summary> /// <param name="customerId"></param> /// <returns></returns> public IList<Customer> GetCustomersById(int customerId) { var p = _session.QueryOver<Customer>() .WhereR 阅读全文
posted @ 2013-03-13 21:07 英雄饶命啊 阅读(189) 评论(0) 推荐(0) 编辑