a40528166
2016-11-25 09:00请问在wpf中将datagrid中的数据赋值给datatable 这两种的区别
DataTable dt = ((DataView) Dg1.ItemsSource).Table;
DataTable dt = Dg1.ItemsSource as DataTable;
dg1是datagrid
- 点赞
- 回答
- 收藏
- 复制链接分享
1条回答
为你推荐
- 请问在wpf中将datagrid中的数据赋值给datatable 这两种的区别
- datatable
- net
- datagrid
- c#
- 1个回答