XML : Delete Row from DataTable With XML matching value without loop statement

I have one datatable which contains many records. Hours is one of the column from datatable. I have one xml file which contains 40 in element. Whenever the Hours less than 40, it should delete the row from datatable. I dont want to use for or foreach statements. Is there any way to achieve this?

No comments:

Post a Comment