Answer Posted / dfd
A DiffGram is an XML format. It is used to identify current
and original versions of data elements. A DataSet may use a
DiffGram format to load and persist the contents, and
further to serialize its contents for porting across a
network connection. Whenever a DataSet is written as a
DiffGram, the DataSet populates the DiffGram with all the
important information to accurately recreate the contents.
Note that schema of the DataSet is not recreated. This
includes column values from both the Current and the
Original row versions, row error information, and row order.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why asp.net is better than php?
What is a reflection?
How can you make sure that web api returns json data only?
Where is http session stored?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
How is mvc different from asp.net? : Asp.Net MVC
How can we pass info between 2 asp.net pages?
What symbol would you use to denote, the start of a code block in aspx views?
What is difference in .net 1.1 and .net 2.0?
Which is better session or viewstate?
Is asp.net mvc front end or backend? : Asp.Net MVC
What is state management techniques in asp.net?
Explain the concept of MVC Scaffolding?
How would you get asp.net running in apache web servers?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?