您的位置:首页 > 运维架构

[windpole]使用“properties.ListItem.SystemUpdate();”而非“properties.ListItem.Update();”

2008-06-02 18:44 585 查看
properties.ListItem["PK_WP"] = 3333;

properties.ListItem.SystemUpdate();

//如用properties.ListItem.Update();

//你将收到XX已被签出或锁定编辑的异常。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐