Tagged Questions
1
vote
1answer
2k views
NHibernate property mapping: columns and formula
When i map columns from the inspected table, i do this:
<property name="InstanceName" type="MyNameUserType, MyApp.MyNamespace">
<column name="Name"/>
<column name="Name2"/>
...