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.
如何刷新表格,因此单击按钮时,表格将刷新数据。如果我更改了表数据,程序会显示旧的,所以我必须重新启动程序才能刷新表中的数据。
DataTable 是一个断开连接的对象,这意味着如果其他人更改数据库中的数据,它就无法自动更新。要刷新表格内容,您需要调用最初填充表格的代码