Esempio n. 1
0
 public bool Update(M_KeyWord model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.KeyWordID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 2
0
 /// <summary>
 /// 根据ID更新
 /// </summary>
 public bool UpdateByID(M_RoleInfo model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.RoleID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 3
0
 /// <summary>
 /// 根据ID更新
 /// </summary>
 public bool GetUpdate(M_Questions model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.p_id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 4
0
 public bool UpdateByID(M_WX_User model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
Esempio n. 5
0
 public bool GetUpdate(M_Exroom model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.ExrID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
Esempio n. 6
0
 /// <summary>
 /// 更新
 /// </summary>
 /// <param name="info"></param>
 /// <returns></returns>
 public static bool Update(M_DicCategory model)
 {
     return(Sql.UpdateByIDs(model.TbName, model.PK, model.DicCateID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 7
0
 public bool UpdateByID(M_GroupBuyList model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 8
0
 /// <summary>
 /// 根据ID更新
 /// </summary>
 public bool UpdateByID(M_MySubscription model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.Id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
Esempio n. 9
0
 public bool GetUpdate(M_Papers_System model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.Id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 10
0
 public bool GetUpdata(M_Mail_BookRead model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), initmod.GetParameters()));
 }
Esempio n. 11
0
 /// <summary>
 /// 根据ID更新
 /// </summary>
 public bool UpdateByID(M_NodeBindDroit model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.Id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 12
0
 public bool UpdateByID(M_Sns_Kiss model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.IsRead.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
Esempio n. 13
0
 /// <summary>
 /// 根据ID更新
 /// </summary>
 public bool UpdateByID(M_Plan model)
 {
     return(Sql.UpdateByID(strTableName, PK, model.ID, BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 14
0
 public bool UpdateByID(M_User_Cloud model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.Guid.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 15
0
 public bool UpdateByID(M_Favorite model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.FavoriteID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 16
0
 public bool UpdateByID(M_Client_Enterprise model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.Flow.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
Esempio n. 17
0
 public bool UpdatePagestyle(M_PageStyle info)
 {
     return(Sql.UpdateByIDs(strTableName, PK, info.PageNodeid.ToString(), BLLCommon.GetFieldAndPara(info), info.GetParameters()));
 }
Esempio n. 18
0
 public bool Update(M_DownServer model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.ServerID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 19
0
 //--------------------------------------------UPDATE
 public bool UpdateByID(M_OrderList model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 20
0
 public bool UpdateByID(M_Content_Video model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 21
0
 public bool UpdateByID(M_ChangeProduct model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.P_ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 22
0
 public bool UpdateByID(M_Ask model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), initMod.GetParameters()));
 }
Esempio n. 23
0
 //-----------------Update
 /// <summary>
 /// 更新信息
 /// </summary>
 public bool UpdateModel(M_Site_SiteList model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 24
0
 public bool UpdateByID(M_CardType model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.c_id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
Esempio n. 25
0
 /// <summary>
 /// 修改店铺模板
 /// </summary>
 /// <param name="sst"></param>
 public void UpdateStoreStyle(M_StoreStyleTable model)
 {
     Sql.UpdateByIDs(strTableName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters());
 }
Esempio n. 26
0
 public bool GetUpdate(M_Sensitivity model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 27
0
 public bool GetUpdate(M_Arrive model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 28
0
 public bool UpdateByID(M_Manufacturers model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
Esempio n. 29
0
 public bool UpdateByID(M_MoneyManage model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.Flow.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 30
0
 //------------Update
 public bool UpdateModel(M_Order_LuckCode model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }