J
John Kandell
Hi,
Would someone be able to shed some light on what is the cost of saving a
DataTable to session vs saving a custom object of the same data.
For example, let's say I had a DataTable with 1000 records and each record
had 10 columns, how much extra cost is involved in saving that vs, a custom
object with 10 get/set properties in a ArrayList holding 1000 instances of
the object with the same data?
Looking forward to your response.
John
Would someone be able to shed some light on what is the cost of saving a
DataTable to session vs saving a custom object of the same data.
For example, let's say I had a DataTable with 1000 records and each record
had 10 columns, how much extra cost is involved in saving that vs, a custom
object with 10 get/set properties in a ArrayList holding 1000 instances of
the object with the same data?
Looking forward to your response.
John