P
Predrag
Hello.
I have a DataTable variable dt and I want to create another instance of
DataTable class - dt2, that will contain:
1. only the rows from dt that meet a criteria strCriteria
2. only the columns from the list of columns columns[]/columns()
I don't want to return DataView or DataRow[]/DataRow(), but DataTable
object.
Any advice about this is very appreciated.
Thanks in advance.
- Predrag.
I have a DataTable variable dt and I want to create another instance of
DataTable class - dt2, that will contain:
1. only the rows from dt that meet a criteria strCriteria
2. only the columns from the list of columns columns[]/columns()
I don't want to return DataView or DataRow[]/DataRow(), but DataTable
object.
Any advice about this is very appreciated.
Thanks in advance.
- Predrag.