A DiffGram is an XML format that is used to identify current and original versions of data elements. The DataSet uses the DiffGram format to load and persist its contents, and to serialize its contents for transport across a network connection. When a DataSet is written as a DiffGram, it populates the DiffGram with all the necessary information to accurately recreate the contents, though not the schema, of the DataSet, including column values from both the Original and Current row versions, row error information, and row order.
|
| Author: Bunty 23 Jun 2008 | Member Level: Diamond Points : 2 |
hi, Excellent Defination of DiffGram. I want to know more about it. If possible explain it with example. Give some web-site address where we can get more information. Keep Posting.
|
| Author: mahendrakiran 13 Nov 2008 | Member Level: Gold Points : 2 |
A DiffGram is an XML format that is used to identify current and original versions of data elements.
The DataSet uses the DiffGram format to load and persist its contents and to serialize its contents for transport across a network connection. When a DataSet is written as a DiffGram, it populates the DiffGram with all the necessary information to accurately recreate the contents, though not the schema of the DataSet,including column values from both the Original and Current row versions, row error information, and row order.
The DiffGram format is divided into three sections: 1)The current data. 2)The original (or "before") data. 3)An errors section.
|
| Author: mahendrakiran 13 Nov 2008 | Member Level: Gold Points : 2 |
A DiffGram is an XML format that is used to identify current and original versions of data elements.
The DataSet uses the DiffGram format to load and persist its contents and to serialize its contents for transport across a network connection. When a DataSet is written as a DiffGram, it populates the DiffGram with all the necessary information to accurately recreate the contents, though not the schema of the DataSet,including column values from both the Original and Current row versions, row error information, and row order.
The DiffGram format is divided into three sections: 1)The current data. 2)The original (or "before") data. 3)An errors section.
|