G
GaryB
Using FindRows I can get the array of DataRows that match my search
criteria. However I want to find out what rows these represent in the
overall DataTable. FindRows acts like a filter, but in my case, the
rows that are near the found rows (before or after) are significant to
the search. For example, if I FindRows matching
'TransactionNumber=12345', I would also be interested in seeing the
transactions that occurred around the same time. I can't find a way to
get from the DataRow collection back to their location within the main
DataTable. It seems CurrencyManager should help, but again, it's going
backwards from the usual implementation. Any ideas?
Thanks,
Gary B
criteria. However I want to find out what rows these represent in the
overall DataTable. FindRows acts like a filter, but in my case, the
rows that are near the found rows (before or after) are significant to
the search. For example, if I FindRows matching
'TransactionNumber=12345', I would also be interested in seeing the
transactions that occurred around the same time. I can't find a way to
get from the DataRow collection back to their location within the main
DataTable. It seems CurrencyManager should help, but again, it's going
backwards from the usual implementation. Any ideas?
Thanks,
Gary B