Page 1 of 1

nhibernate customtype

Posted: Sat 17 Mar 2012 00:55
by bhood
I have a custom type based on a nhibernate primitive type. How do I tell the model that I wish to use that type for a field so that it shows up in the mapping. For example custom type is EncryptedStringType.

Posted: Fri 23 Mar 2012 14:15
by Shalex
Please set Type of your property to EncryptedStringType.