NHibernate : map to fields or properties?

后端 未结 7 1230
傲寒
傲寒 2021-01-02 00:55

When you create your mapping files, do you map your properties to fields or properties :



        
7条回答
  •  春和景丽
    2021-01-02 01:34

    I map to properties, I haven't come across the situation where I would map to a field... and when I have I augment my B.O. design for the need. I think it allows for better architecture.

提交回复
热议问题