111,126
社区成员
发帖
与我相关
我的任务
分享
DataView dv = ((DataView)customersBindingSource.List);
NorthwindDataSet.CustomersDataTable dt = (NorthwindDataSet.CustomersDataTable)dv.Table;
(customerIDTextBox.DataBindings[0].DataSource as DataEntityTierClassLibrary.NorthwindDataSet).Tables["customers"]