Not sure where you're getting the HasManyToMany from. :) That thread is on
the one-to-many from users to orders. Reread it if you could, you're looking
for the PropertyRef() method. Or setting the accountid as your primary key
in the mappings (you shouldn't need to change that in the database).
On Fri, Jun 19, 2009 at 10:16 AM, Allen Wilson <mookie75...@gmail.com>wrote:

>
> Tried to use the HasManyToMany and it actually caused the same problem
> that I have in another post.
>
> The relationship is not a HasManyToMany....there can only be one
> ACCOUNT_ID in table (there is a unique index set on it....to the poor
> design again). I need to use the HasOneToMany but be able to indicate
> the fields to use as key....if the ParentKeyColumn parameter was
> available I would be set.
>
> LOL
> >
>


-- 
- Hudson
http://www.bestguesstheory.com
http://twitter.com/HudsonAkridge

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to