摘要: 在使用NHibernate时遇到如题中所描述的状况时,将xml文件中字段类型修改为StringClob即可。e.g.<property name="Description" type="StringClob" column="Description" not-null="true" />在mapping文件中text类型字段默认为 type="System.String" 阅读全文
posted @ 2011-06-01 13:41 [曾恩] 阅读(779) 评论(0) 推荐(0) 编辑