Re: What is DiffGram? ADO.NET introduced the DataSet class to support the disconnected, distributed data-access scenarios.
With DataSet, the data retrieved from the database is cached in-memory, in addition to the constraints and relationships among the tables. When the ADO.NET DataSet is serialized as XML (for example, when returning a DataSet from an ASP.NET XML Web service method), the XML format used for DataSet serialization is known as DiffGram. |