How to select on datatable to exclude objects



I.e., I want to select all rows in a datatable that don't match a
condition...

Explicitly:

myDatatable.Select("myStringColumn length > 0")

Of course, I could select them all, then check the condition afterward.. is
there a cleaner way?

Thx,


.


Loading