1.Overloaded versions of the ToTable method offer the option of specifying the list of columns to be included in the created table.
ToTable方法的重载版本提供了用于指定要在所创建的表中包含的列的列表的选项。
2.The DataView's ToTable method returns an actual DataTable object that is populated with rows of the exposed by the current view.
DataView的ToTable方法可以返回实际的DataTable对象(该对象是用当前视图所公开的行填充的)。
3.Here is some sample code that shows how to use the ToTable method
下面是一些示例代码,它说明了如何使用ToTable方法