Mapping of a table with two foreign keys #358
Unanswered
marcelNgan
asked this question in
General
Replies: 1 comment
-
So what's the problem? What have you tried? What didn't work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently learning how to use fluent-nhibernate mapping and got stuck on an issue which I can't seem to find an answer to. I have a table in my SQL database that stores the relation between two different table. The code for creating the tables looks like this:
How do you map this to Fluent-NHibernate?
Beta Was this translation helpful? Give feedback.
All reactions