I have a legacy system I\'m working on and there is a particular relationship I\'m having trouble with.
I\'m using ActiveRecord/NHibernate for ORM mapping in my project with PostgreSQL 8.4. I have following issue
I am using Afo Castle AR Code Generator v1.0.0.4 at fi开发者_如何学JAVArst I was receiving errors for using tinyint as a primary key so I changed those to int but the only error I have left and can\'t
I am setting up Castle Active Record to access a legacy database on an Microsoft SQL Server.The table in question has a column named function.When I 开发者_StackOverflowattampt to load a record it giv
So I\'ve been using Castle ActiveRecord for my late开发者_如何转开发st project and for the most part I like it a lot. Now I\'m trying to figure out how to execute a simple join query with AR and I\'m
I just completed mapping 100~ tables from our production Oracle database. Along the way I noticed that many relationships were not modelling. Mostly foreign keys.
When user inserts a duplicate entry in a unique field, Castle ActiveRecord throws the following exception:
Hi guys take a look in the following entity: Produto = Products (in english) [ActiveRecord(\"produtos\", Lazy=true)]
How can I add a property to a model that was created in an other assembly. We have many applications ranging from desktop applications to web applications so I have class library with each model neede
This question is purely AR related. Let\'s say I have 2 layers in my web/wcf application - DataLayer and BusinessLayer.