How to delete datarow in datatable

Hi !

image

I have a some question…
I want to delete datarow in datatable, but I don’t know how to do.
It must be working in datatable type…

condition is "value < 0 "…

Anybody help me? :joy:

1 Like

you can go through this post!
Cheers
@d_Jay

1 Like

Thank!!! it’s helps!!

and I’m tring to use “select” method…!!

DT.Select(“[value]<0”).CopyToDataTable

It’s work!!

Thanks, @Pradeep_Shiv :slight_smile:

1 Like

Cheers
Happy learning!
@d_Jay

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.