Home All Groups Group Topic Archive Search About

Add Datatable With New Name

Author
6 Dec 2006 6:33 PM
Derek Hart
I have a datatable that I pass into a function that removes duplicates,
because I am in .Net 1.x.  I have a clone of the datatable, but I cannot
figure out how to give it a new name so it returns with a new datatable
name.

Derek

Author
7 Dec 2006 5:20 AM
Cor Ligthert [MVP]
DataTable.TableName


Show quoteHide quote
"Derek Hart" <derekmh***@yahoo.com> schreef in bericht
news:uH3$MUWGHHA.2632@TK2MSFTNGP06.phx.gbl...
>I have a datatable that I pass into a function that removes duplicates,
>because I am in .Net 1.x.  I have a clone of the datatable, but I cannot
>figure out how to give it a new name so it returns with a new datatable
>name.
>
> Derek
>