Linq query4?

how to copy particular column of one datatable data to another datatable of particular column name?

Hi @Manish540

you can use this.
NewDataTable =DT.Select().CopyToDataTable.

cheers :smiley:

Happy learning :smiley:

I want to put the whole column of data of one datatable to a particular column of newdatatable, how to do that?

1 Like

@Manish540
Do you want to join 2 Data Tables ?

cheers :smiley:

Happy learning :smiley: