DataTable vs Generic Collection

  • Thread starter Thread starter rodchar
  • Start date Start date
R

rodchar

hey all,
i'm using a datatable because i need columns, using the .Find(object[]
keys), and using the .DefaultView for sorting purposes. Can all these be
handled in a generic Collections easily?

thanks,
rodchar
 
thanks for the help,
rod.

sloan said:
I would read Ludwig's excellent article:

http://www.scribd.com/doc/2057557/CTG-Articles-Generics

"easily" is subjective. But I write Filters and Comparers for my generic
objects. A little more work, alot more benefit.




rodchar said:
hey all,
i'm using a datatable because i need columns, using the .Find(object[]
keys), and using the .DefaultView for sorting purposes. Can all these be
handled in a generic Collections easily?

thanks,
rodchar
 
Back
Top