C# How do I map a IList in Fluent Nhibernate?
I have this class ActivityTemplate
that has a IList<Permission>
as a property.
SetFirstResult() crashes in nHibernate C# for first page
I have a query that I build in C#. Assume this is the query – sb is a string builder – the query works fine in DB
Unable to retrieve properties of joined tables with NHibernate
I have two unrelated entities in NHibernate which their ids are identical. The entities are known as Settlement and Transaction, and they are View in the DB. There are examples already with regards to how to join unrelated entities, and I used that as a guideline to try on the Views that I have. Example in the NHibernate doc.,