如何使用Nhibernate映射两个表

时间:2012-11-05 12:08:49

标签: nhibernate nhibernate-mapping

我有以下表格

table one
---------
ID      int         PK
content     nvarchar    


table two
---------
ID2     int     fk
ID3     int     pk

如何通过代码映射器类使用Nhibernate将表一映射到表二?

0 个答案:

没有答案