Found the fix.. just need to change AsList to AsBag .. I also think AsSet will work also
On Oct 19, 3:51 pm, birchoff <[email protected]> wrote: > I have a entity which has the following mapping defined in its mapping > class > > HasMany(x => x.Answers) > .KeyColumn("Question_ID") > .AsList() > .Cascade.All(); > > I have noticed that the Answer Entity's table has an idx column in it > that is never used. Is there a way to prevent the generation of this > column? If not will removing the column cause any unforseen issues > with nhibernate in the future? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
