摘要: 转自:Abbey的小匣子使用强类型的DataSet(Typed DataSet),结果遇到了DBNull的难题:利用IDE生成的DataSet,遇到数据库中某个允许为NULL的字段时,其对应的Property通常为如下形式:public string StandardValue {get { try { return ((string)(this[this.tableItems.StandardV... 阅读全文
posted @ 2009-08-01 10:19 Leo .Net 阅读(1133) 评论(0) 推荐(0)