摘要: 我们在使用SqlDataSource进行并发策略的时候比较容易实现,通过设置ConflictDetection值为CompareAllValues,OldValuesParameterFormatString="original_{0}"就可以在SelectCommand,UpdateCommand,DeleteCommand里面进行设置即可。设计Account(AccountID,Account... 阅读全文
posted @ 2009-10-19 19:34 returnKing 阅读(335) 评论(0) 推荐(0) 编辑