Hello friends, I have a problem with NHibernate here, that I don't know how
to resolve.

I take a PropertyValueException exception, with a message: Error
dehydrating property value for Domain.Product.Details

I'm using Fluent NHibernate to map this property "Details" with a custom
type (TEXT in Sql Server) and it is nullable.

   Map(x => x.Details)
         .CustomSqlType("TEXT")
         .Nullable();

What can I do to avoid this exception?
Thank you.


______________________________________
Felipe B Oriani
felipeoriani.com.br [email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to