FluentNHibernate Auto Mappings and ISet in .NET 4.0
Posted
by Steves
on Stack Overflow
See other posts from Stack Overflow
or by Steves
Published on 2010-04-23T21:26:14Z
Indexed on
2010/04/23
21:33 UTC
Read the original article
Hit count: 189
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(?)
© Stack Overflow or respective owner