如何在ActiveRecord Linq中启用二级缓存?
可以使用 QueryOptions< 启用二级缓存/代码>。但是如何在 Castle ActiveRecord Linq 中启用呢? ActiveRecordLinq 类没有这样的属性。…
如何优化这个 Nhibernate 查询(835ms)
我有来自 NHibernate Profiler 的查询 var temp = from x in ActiveRecordLinq.AsQueryable<Circuits>() where x.User_Created == false orderby …
- 共 1 页
- 1