So to clarify, your QuoteProperty class doesn't have a property that maps to the value of your key in the dictionary?
On Wed, Mar 25, 2009 at 1:08 PM, Peter <[email protected]> wrote: > > Thank you both very much for the fast answers, > > but I still do not get it, sorry. > > Should I map it like: > HasMany(x => x.Properties).AsMap(string, QuoteProperty); <= Invalid > expression term string > > because the key of the dictionary is just a string which do not have a > property defined so far. > > Can you please, let me know, how I can map it in this special case? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
