I'm reading the NHibernate 3.0 Cookbook and a question appeared when I played with NHibernate. As the System.Collections.Generic.ISet is not supported in <set> mappings, I can use the Iesi.Collections.Generic.ISet or the System.Collections.Generic.ICollection.
What's the drawback of use native ICollection instead of ISet? I found a few topics about it but not a clear answer. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
