A
Andrius B.
Hi all.
I have VB.NET 2005. And I still continue to use Datatable, for its fast
sorting (comparing to arrays or generics) and posibillity to apply data
filter in Dataview.
The main problem is that adding many rows (row by row) to Datatable is very
slow. The fact that a datatable has no posibility to add a range of rows
(smth like generics have - AddRange) makes things complicated.
Is there some kind of similar object for manipulating data like the
Datatable does? T.i., to keep the fast sorting and some other good things,
and also a better mechanism for adding new members (rows) to it?
Thanks for any answer.
I have VB.NET 2005. And I still continue to use Datatable, for its fast
sorting (comparing to arrays or generics) and posibillity to apply data
filter in Dataview.
The main problem is that adding many rows (row by row) to Datatable is very
slow. The fact that a datatable has no posibility to add a range of rows
(smth like generics have - AddRange) makes things complicated.
Is there some kind of similar object for manipulating data like the
Datatable does? T.i., to keep the fast sorting and some other good things,
and also a better mechanism for adding new members (rows) to it?
Thanks for any answer.