相应的HBM文件也要这么写:public NullableDateTime DateOfBirth { get { return dateOfBirth; } set { dateOfBirth = value; } }
这两种类型引用来自:Nullables.dll和Nullables.NHibernate.dll,可以在NHibernate contribution project.中找到。<property name="DateOfBirth" type="Nullables.NHibernate.NullableDateTimeType, Nullables.NHibernate" />
| 第1页: 概述 |