I have an Oracle database and the logical fields are CHAR (1) with Y / N saved. How can I map this to a bool type using nHibernate?
Set type = "YesNo" in the nhibernate property definition for the field.
For more information, see table 5.3 in this document , which maps .NET types, DB types.