Interviewer And Interviewee Guide

ADO.NET 2.0 Interview Question:

How to identify the updated rows in a dataset?

Submitted by: Administrator
If the RowState property of the DataRow is "Modified" then that DataRow can be treated as updated.

If dr.RowState=DataRowState.Modified then
' u r logic here
End if
Submitted by: Administrator

Read Online ADO.NET 2.0 Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.