Mapping Oracle bool fields with nHibernate Mapping Oracle bool fields with nHibernate oracle oracle

Mapping Oracle bool fields with nHibernate


Set type="YesNo" in the nhibernate property definition for the field.

For more info, see table 5.3 in this doc which maps .NET types, to DB types.