CYQ.Data V5 MAction新增加SetExpression方法說明

需求:     在之前的CYQ.Data版本中,如果你要更新某一個字段的值+1;   解決方案:     1:如果用MAction操作,可能會如下代碼:   using(MAction action=new MAction(表名)) { if(action.Fill(id)) {     action.Set(字段名,action.Get<int>(字段名)+1);     action.Upda
相關文章
相關標籤/搜索