"DataViews" into an Object Hierarchy - any such animal?

"DataViews" into an Object Hierarchy - any such animal?

Old forum URL: forums.lhotka.net/forums/t/695.aspx


Jav posted on Friday, July 21, 2006

DataViews are great when working with DataSets. Is there anything in OOP that provides similar functionality when it comes to Object hierarchies?

Brian Criswell replied on Friday, July 21, 2006

How about Rocky's SortedBindingList and FilteredBindingList or my ObjectListView?

ktweedy replied on Friday, July 21, 2006

Hi Brian, is there a URL for your ObjectListview?

Brian Criswell replied on Friday, July 21, 2006

It is available on the CodePlex site and in a thread here "First attempt at IBindingListView."

Jav replied on Friday, July 21, 2006

I suppose there are some parallels in that a DataView also serves as a filter for DataRow selection.  I am wishing for something that could also serve as a filter for Field (DataColumn) selection.

Copyright (c) Marimer LLC