R
Randolph Neall
How much memory does a single DataRowView instance cost? We've been trying
to measure the memory expense of DataViews relative to the index that is
created by using DataTable.Select. My hunch is that DataTable.Select results
in a smaller memory footprint than does a DataView. The two search methods
are the same in the indexes they create, but in addition to the index, a
DataView also has a DataRowView collection, which is what I am here asking
about.
Thanks,
Randy Neall
to measure the memory expense of DataViews relative to the index that is
created by using DataTable.Select. My hunch is that DataTable.Select results
in a smaller memory footprint than does a DataView. The two search methods
are the same in the indexes they create, but in addition to the index, a
DataView also has a DataRowView collection, which is what I am here asking
about.
Thanks,
Randy Neall