Fluent NHibernate mapping

后端 未结 5 1765
天涯浪人
天涯浪人 2021-02-06 02:21

I\'m new to NHibernate and Fluent NHibernate.

Assuming I have a situation like the following

Table Activities (uniquidentier ID, varchar ActivityName)
Ta         


        
5条回答
  •  -上瘾入骨i
    2021-02-06 02:48

    You actually need to define what kind of object your value property in IDictionary does contain - NHibernate doesn't know how to map . You should use a specific Class instead of . Then you specify the Mapping for this class as well.

提交回复
热议问题