Same column names being renamed

  • Thread starter Thread starter Marina
  • Start date Start date
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.
 
Can you perform updates on this datatable ? (if yes it's likely kept
somewhere).

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top