DataRow indexer and duplicate column names

  • Thread starter Thread starter ataylor
  • Start date Start date
A

ataylor

Anyone know the details on using a DataRow indexer with a column name
when the data table has duplicate column names? I assume that the
indexer will return the first column with given name, but I would love
to know the specifics.

Thanks.
 
All columns in a data table must have unique names. It is not possible to
have a situation where 2 columns would have the same name.
 

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