I have a database column that is of type "bit"
What is the NHibernate type equivalent?
i.e.
<property name="IsValid" column="IsValid" type="What type is used here" />
Cheers,Billy