use this syntax for selecting specific columns
DT.Select().CopyToDataTable.DefaultView.ToTable(True,“Column1”,“Column2”)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
use this syntax for selecting specific columns
DT.Select().CopyToDataTable.DefaultView.ToTable(True,“Column1”,“Column2”)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.