예제 #1
0
파일: AngelData.cs 프로젝트: kang740/-
 //
 // 修改对象的某个属性
 //
 public bool setObjectAttributById(string s_id, string s_attr, string s_value)
 {
     return(Item_db.UpdateColById(this.tablename, "id", s_id, s_attr, s_value));
 }