FluentNHibernate Auto Mappings and ISet in .NET 4.0
- by Steves
How to set up auto mapping to map System.Collections.Generics.ISet<T> correctly?
I tried implementing IHasManyConvention, but in intellisense it seems that IOneToManyCollectionInstance does not have anything for that(?)