예제 #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)));
 }
예제 #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()));
 }
예제 #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()));
 }