ADO.NET DataRow - check for column existance
The accepted answer is factually incorrect; one can simply call
row.Table.Columns.Contains(name);
What should be done?
|
ADO.NET DataRow - check for column existance The accepted answer is factually incorrect; one can simply call
What should be done? |
|||||||||||||||||||||||||
|
|
Your options are:
As a moderator:
Here is a list of similar questions (questions that have accepted negatively scoring answers) This topic has been covered quite extensively; though I am not sure it is quite resolved. See: |
|||||||||||||||
|
|
Downvote the answer? |
|||||||||||||||
|
|
||||
|
|
|
(This is mostly a response to waffles.) So, wait... I hate wrong accepted answers as much as the next guy, but I thought that awarding the checkmark was the asker's privilege. If it's going to be "the asker's privilege unless a bunch of people in comments and/or on MSO agree that it's wrong," then where do you draw the line? What if a lot of people complain, but there are people supporting the OP, too? I'm not against changing truly terrible accepted answer marks, but we should have some sort of system in place for it. Doing it on an ad-hoc basis will eventually cause more problems than it solves. Also... here's another one. |
|||||||||||||||
|