[ActiveRecord] public class Category { private int _id; private string _name; private Category _category; [PrimaryKey(PrimaryKeyType.HiLo, \"id\", Params = \"max_lo=9\")]
I need to use new LINQ provider in NHibernate 3.0 us开发者_开发百科ing Castle ActiveRecord. How it possible. Can I simply replace NHibernate 3.0 assembly with that one that comes with Castle ActiveRec
When I use a subquery like this in Linq-to-NHibernate I got error \"Unhanded expression type 1000\". This link contains same problem but does not provide any proper solution.
I have a project which uses Rhino.ActiveRecord\'s ARRepository, unfortunatly the project is no longer maintained and both of NHibernate\'s and ActiveRecord\'s versions are very old and we really need
I have two connected classes defined like this: [ActiveRecord] public class Store : ActiveRecordBase<Store> {
How do you optimize ActiveRecord calls in your ASP.NET MVC 2 web applications ? I\'m sitting in front of my project and all is fine until I start to fill in data. Like a lot of projects I have a data
I know it\'s possible to run extra DDL scripts with NHibernate. For example triggers or indexes. This feature is NHibernate is named \"Auxiliary Database Objects\".
This is continuation of Timeout exception when timeout set to infinite time (and I also see unanswered SqlConnection and TransactionScope Timeout question).
Is it possible to implement the \'not-found=\"ignore\"\' behaviour of NHibernate on a key mapping when using Castle Activerecord?
It\'s a long time开发者_如何学运维 I\'m working with NHibernate session through frameworks like Castle ActiveRecord but never understood what is a session exactly and how should manipulate. Can anybod