M
MattB
I'm trying (in vb.net) to do something like this:
MyDataTable.Rows.Add(MyDataView.Item(0))
To add a row from a dataview to a datatable (with matching column
structures).
Intellisense won't let me do it. Is there an easy way to get the same
result? Thanks!
Matt
MyDataTable.Rows.Add(MyDataView.Item(0))
To add a row from a dataview to a datatable (with matching column
structures).
Intellisense won't let me do it. Is there an easy way to get the same
result? Thanks!
Matt