摘要: case 字段 when 值1 then 替代值2 when 值2 then 替代值2 end as 字段eg。 select a.*,b.user_nm,Case a.status WHEN 1 THEN '可用' ELSE '不可用' END as status1, case a.cls_typ... 阅读全文
posted @ 2015-11-09 11:46 人生为卒 阅读(143) 评论(0) 推荐(0)
摘要: ///设置comboxedit编辑模式 cbxTypeNo.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; 阅读全文
posted @ 2015-11-09 11:19 人生为卒 阅读(245) 评论(0) 推荐(0)