S
StinkyDuck
I'm trying to determine which type of collection to use, DataTable or
ArrayList. I understand that an ArrayList can be linked to databound
objects if it contains the IList interface.
Is there a recommendation to use one over the other. If you are not going
to bind the collection to any objects should an ArrayList be used? Is there
a benefit on size? If I have a 200,000 rows of data, should a DataTable be
used in this case?
Any information or experiences would be greatful.
-StinkyDuck
ArrayList. I understand that an ArrayList can be linked to databound
objects if it contains the IList interface.
Is there a recommendation to use one over the other. If you are not going
to bind the collection to any objects should an ArrayList be used? Is there
a benefit on size? If I have a 200,000 rows of data, should a DataTable be
used in this case?
Any information or experiences would be greatful.
-StinkyDuck