标签: c#
在将数据表拆分为基于列的单独表时,需要在编译时拆分时为单独的表指定名称。
场景#1:
Main DataTable:
col1 col2 col3 9 3 5
DataTable1:
col1 col2 9 3
DataTable2:
col1 col3 9 5