Tagged Questions

0
votes
1answer
80 views

How to map a group entity class from a “group name” column in NHibernate?

I have a table in my database looking roughly like this: create table Foo ( Id int identity not null, Name varchar(100) not null, GroupName ...