Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Go top a specified row in a table
Message
From
05/11/2004 14:34:30
 
 
To
05/11/2004 13:43:22
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00957940
Message ID:
00958651
Views:
17
OK. RowFilter applies to tables columns but still yet you can do same with Select() and get rows[] at once,no?

Again, best of my knowledge, same issue applies.

RowFilter is a property of the datatable and select() is also a method of the datatable. So they'll only operate on columns in that specific table.

If you try to issue a myTable.Select( " myothertable.mydescript = 'something' "), you'll likely get some type of error that "myothertable.mydescript" isn't part of mytable, even if a relation has been defined.

I just did a test as a sanity check, and it errored out, the way I would have expected. (Unless someone is aware of some other syntax or capability...)

But you've given me a few things to think about for later, so again, thanks.

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform