示例#1
0
 public bool Update(M_KeyWord model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.KeyWordID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#2
0
 /// <summary>
 /// 根据ID更新
 /// </summary>
 public bool UpdateByID(M_RoleInfo model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.RoleID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#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()));
 }
示例#4
0
 public bool UpdateByID(M_WX_User model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
示例#5
0
 public bool GetUpdate(M_Exroom model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.ExrID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
 /// <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()));
 }
示例#7
0
 public bool UpdateByID(M_GroupBuyList model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#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)));
 }
示例#9
0
 public bool GetUpdate(M_Papers_System model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.Id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#10
0
 public bool GetUpdata(M_Mail_BookRead model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), initmod.GetParameters()));
 }
示例#11
0
 /// <summary>
 /// 根据ID更新
 /// </summary>
 public bool UpdateByID(M_NodeBindDroit model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.Id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#12
0
 public bool UpdateByID(M_Sns_Kiss model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.IsRead.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
示例#13
0
 /// <summary>
 /// 根据ID更新
 /// </summary>
 public bool UpdateByID(M_Plan model)
 {
     return(Sql.UpdateByID(strTableName, PK, model.ID, BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#14
0
 public bool UpdateByID(M_User_Cloud model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.Guid.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#15
0
 public bool UpdateByID(M_Favorite model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.FavoriteID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#16
0
 public bool UpdateByID(M_Client_Enterprise model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.Flow.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
示例#17
0
 public bool UpdatePagestyle(M_PageStyle info)
 {
     return(Sql.UpdateByIDs(strTableName, PK, info.PageNodeid.ToString(), BLLCommon.GetFieldAndPara(info), info.GetParameters()));
 }
示例#18
0
 public bool Update(M_DownServer model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.ServerID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#19
0
 //--------------------------------------------UPDATE
 public bool UpdateByID(M_OrderList model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#20
0
 public bool UpdateByID(M_Content_Video model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#21
0
 public bool UpdateByID(M_ChangeProduct model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.P_ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#22
0
 public bool UpdateByID(M_Ask model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), initMod.GetParameters()));
 }
示例#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()));
 }
示例#24
0
 public bool UpdateByID(M_CardType model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.c_id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
示例#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());
 }
示例#26
0
 public bool GetUpdate(M_Sensitivity model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#27
0
 public bool GetUpdate(M_Arrive model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#28
0
 public bool UpdateByID(M_Manufacturers model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
示例#29
0
 public bool UpdateByID(M_MoneyManage model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.Flow.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
示例#30
0
 //------------Update
 public bool UpdateModel(M_Order_LuckCode model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }