You can use a concrete bcl HashSet and map it .AsSet just fine; the trick is to compliment it with an ICollection, as opposed to ISet.
You can also map directly to the field with something like .Access.AsLowerCaseField(Prefix.Underscore) if that works better for what you are trying to do. On Jul 24, 3:31 am, Chris Canal <[email protected]> wrote: > Support was added for .Net Hash<T> set in 2.1 IIRC, I use Iesi, so I can't > confirm how well it works. > > On Fri, Jul 24, 2009 at 7:50 AM, dnagir <[email protected]> wrote: > > > Yeah. > > Thanks this works but only if I use ISet from Iesi.Collections. > > Not tested properly for the .NET ISet, but it seems it doesn't work. > > > Anyway, thanks for the help. > > It's a shame I didn't understand this. > > > Cheers, > > Dmitriy. > > -- > "Any fool can write code that a computer can understand. Good programmers > write code that humans can understand." > -Martin Fowler et al, Refactoring: Improving the Design of Existing Code --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Fluent NHibernate" 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/fluent-nhibernate?hl=en -~----------~----~----~----~------~----~------~--~---
