How to select on datatable to exclude objects
- From: "Sreppohcdoow" <Sreppohcdoow@xxxxxxxx>
- Date: Wed, 19 Apr 2006 14:42:15 -0400
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,
.
- Follow-Ups:
- Re: How to select on datatable to exclude objects
- From: Norman Yuan
- Re: How to select on datatable to exclude objects
- Prev by Date: Re: ADO.NET Transaction Locking
- Next by Date: Re: ADO.NET Transaction Locking
- Previous by thread: Re: ADO.NET Transaction Locking
- Next by thread: Re: How to select on datatable to exclude objects
- Index(es):
Loading