.NET 2.0 Nullable Support

Topic updated 31-1-2007

The NHibernate Templates support .NET 2.0 Nullable Types ( such as int32? ) inside your BO-Layer classes.

It's automatically used whenever you have a Database Repository Column with the property "Is Nullable" turned ON.
Therefore, you can disable the nullable type by manually changing this value in the Column Designer.