有人可以告诉我为什么这行代码对我不起作用:
DataTable dt = new DataTable();
dt = (DataTable)this.dataGridView_Clients.DataSource;
我想将 DataSource 对象显式转换为 DataTable 但它给了我这个异常:
Volkswagen App.exe 中出现“System.InvalidCastException”类型的未处理异常
附加信息:无法将“System.Windows.Forms.BindingSource”类型的对象转换为“System.Data.DataTable”类型