So, if I'm understanding you correctly, you want to find all rows from a table where certain fields contain certain information and just select the entire row? If so, I think you are getting too complicated. You need to identify the object to test, in this case a datarow, followed by the collection, in this case all the rows of the datatable, perform your criteria on the row just as if you were doing a foreach statement and had access to the variable you defined after the from, and then select the variable you defined.
Like so
Main Topics
Browse All Topics





by: daryalPosted on 2009-09-16 at 05:13:19ID: 25344689
Hello,
Do you need something like;
Select allOpen in new window