Which property is used on the datatable to indicate conflicts after update method is called?

Options
- HasErrorConflict
- HasError
- HasCollision
- HasDataError


CORRECT ANSWER : HasErrorConflict

Discussion Board
wrong answer...

actually, no choice is correct. The only one closest to the answer is "HasError" and that is B. "HasErrorConflict" does not exist in DataTable class. The correct answer is "HasErrors". see MSDN...

mike 07-18-2014 11:28 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement