I have Data View source and this need to be cloned to new Data View. So that i can apply my own filter with affecting the original source.
I have tried to get this with that Table.Clone()
or Table.Copy()
, but it doesn't works for me since its table is empty. So how to clone a Data view without its table?
Any idea on this?