I have a datatable which contains 180 Colums. Out of which some columns are having null values in all the rows. I want to remove those columns.
e.g. dtTemp
column1 Column2 Column3 Column4 Column5
001 ABC 5
002 XYZ 6
003 PQR 7
I want to remove Column4 and column5. I am facing this error