I have a datatable like below:
ID DBName Path Status
1 Test F:\Backup\test.bak
2 Learning F:\Backup\Learning.bak
3 NewTool F:\Backup\NewToolt.bak
I need to verify whether the whole column 'Status' is blank or not.. If the column 'Status' is blank then I want to remove it from the datatable.