I think I read about that somewhere but cannot remember anything about it. This link helps with another idea for implementation: http://stackoverflow.com/questions/1308072/nhibernate-mapping-a-dictionary-of-lists
Regards, -- Mohamed Meligy Senior Developer, Team Lead Backup (.Net Technologies - TDG - Applications) Injazat Data Systems P.O. Box: 8230 Abu Dhabi, UAE. Phone: +971 2 6992700 Direct: +971 2 4045385 Mobile: +971 50 2623624, +971 55 2017 621 E-mail: [email protected] Weblog: http://weblogs.asp.net/meligy On Tue, Jan 5, 2010 at 12:26 AM, Jørn Schou-Rode <[email protected]> wrote: > On Jan 4, 9:00 pm, Mohamed Meligy <[email protected]> wrote: > > Are you fine with replacing List<List<>> with Dictionary<, List<>>? I > think > > you may need some facility to identity each list of lists anyway, at > least > > to be able to modify and/or delete them. > > That would probably be an acceptable solution. But how? I can't seem > to find any documentation on how to map dictionaries with lists as > values (apart from a quote from Ayende saying it's not possible). > > Thanks in advance. > > /Jørn > > -- > > 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]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > > -- 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.
