(See this related question for LINQ-to-SQL)
I'd like to map a class that has a URI
member to a string
column using NHibernate.
How exactly might I accomplish that?
I don't think the solution given to the related question works here - I can't declare a private field and map it, because the mapping needs to reference that field.