I have a dialog D1 which edits model type M1, and another dialog D2 which edits model type M2.One o开发者_JAVA技巧f the things that M2 contains is a reference to an M1, and so as a convenience to the
My C# 3.5 application uses SQL Server 2008 R2, NHibernate and CastleProject ActiveRecord. The application imports emails to database along with their attachments. Saving of emails and attachments is p
Guys, I\'ve got this problem that I searched almost everywhere (maybe I don\'t know the right keyword for it.) I need your help!
given this function: Public Function Search(ByVal StartIndex As Integer, _ ByVal MaxResults As Integer, _
I\'m trying to get Castle ActiveRecord to show me the SQL it generates.The various blogs I\'ve found on this give two alternatives:
I am attempting to use the OnFlushDirty method of a Castle.ActiveRecord object in order to implement generic auditing of changes:
How can I execute the following query using Castle ActiveRecords and LINQ or HQL? SELECT a.id, s.classes, COUNT(p.id), MAX(p.date) AS last, MIN(p.date) AS first
How can I execute a left join using LINQ and Castle Active Records? If tried the following: from account in AccountRecord.Queryable
How can I execute开发者_运维技巧 the following SQL-Query using LINQ or HQL? SELECT `year`, `month`, COUNT(code_id)
I\'m working on a dynamic application with NHibernate. My goal is to create dynamic entities (both class type and mapping xml file) based on some data. For example suppose I want to create a Person en