会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
asp.net 路程
博客园
首页
新随笔
联系
管理
订阅
2012年8月27日
可空类型 int? , bool? DateTime? 数据库的值为空 DBNull.Value
摘要: int? i 表示可空类型,有什么意义呢? public static int? GetAge() { return null; } int? i=GetAge(); 只要在类型后面加了 ? ,那么就表示这个类型 可以为空。一般有 int? , bool? DateTime? 这3个类型. 而string name=null; person p1=null 这样是可以的,因为是引用类型,可以...
阅读全文
posted @ 2012-08-27 16:02 asp_net老友记
阅读(333)
评论(0)
推荐(0)
编辑
公告