I have problems generating a new table by using HasManyToMany only When I 
have a IDictonary as a source, for instances If I try it with an IList I do 
not have any problema.

The example:


public class Email: I_CLASS
    {

public virtual int Id { get; set; }
public virtual IDictionary<User, short> Destiny_Users { get; set; }

}


class Notification_DTO_Map : IAutoMappingOverride<Notification_DTO>
    {
        public void Override(AutoMapping<Notification_DTO> mapping)
        {


 }

}



-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fluent-nhibernate.
For more options, visit https://groups.google.com/d/optout.

Reply via email to