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.
我找不到删除所选行的方法,不仅在 datagridview 上,而且在 SQL Server 数据库上。我应该如何在 VB.Net 中做到这一点?
使用类似的东西从数据库中删除选定的项目delete from table where x = @x。然后从 DataGridView 中删除相同的选定项。
delete from table where x = @x