Computed properties in NHibernate
- by Liron Levi
I'm having a problem in mapping an existing data class member to the database..
I have a database table where one of the columns is a string type, but actually stores a comma separated list of numbers. My data class shows this field as a list of integers.
The problem is that I couldn't find any hook in NHibernate that allows me to invoke the…