Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个数据表来更新对数据库表的更改。为了更好地理解我的意思,我发布了图片。如何解决这个问题?
当我删除行时,我调用 rows.Delete() 方法。当我单击表单上的保存按钮时,它将调用 DataAdapter.Update() 方法。