E
Elhanan
hi..
i would like to create something very much like DataTable, only for it
to hold actuall objects (not their string representation)
i saw that DataTable as DataColumn Collection which has to 2 indexes,
it can bring up a columns by name or by it's ordinal number, is there
any easy way to do this, or do i need to 2 collection objects (an array
list and a Dictionary) that will hold both references
i would like to create something very much like DataTable, only for it
to hold actuall objects (not their string representation)
i saw that DataTable as DataColumn Collection which has to 2 indexes,
it can bring up a columns by name or by it's ordinal number, is there
any easy way to do this, or do i need to 2 collection objects (an array
list and a Dictionary) that will hold both references