M
Marina
Hi, let's say that the result of a query that has some joins, brings back
some columns that have the same name. .Net starts numbering them. So they
became "someCol", "someCol1", "someCol2", etc, even though in reality, they
were all called "someCol".
Is there any way to tell what the original column name was once the data is
in a DataTable?
Renaming all the columns in the query is NOT an option.
some columns that have the same name. .Net starts numbering them. So they
became "someCol", "someCol1", "someCol2", etc, even though in reality, they
were all called "someCol".
Is there any way to tell what the original column name was once the data is
in a DataTable?
Renaming all the columns in the query is NOT an option.