View Single Post
  #2 (permalink)  
Old 07-26-2007, 04:29 AM
vadivelanvaidyanathan vadivelanvaidyanathan is offline
D-Web Genius
 
Join Date: Feb 2007
Posts: 803
vadivelanvaidyanathan is on a distinguished road
Default 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.
Reply With Quote