EF框架 对字段属性为NULL的空值处理 类型前面加上?保证EF列表读取显示数据不会报异常

譬如:

     public int? FlowStatus
        {
            get; set;
        }

        public DateTime? UpdateTime
        {
            get; set;
        }

   

posted @ 2018-06-01 13:18  蜜雪粮液  阅读(797)  评论(0编辑  收藏  举报