NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataSet.SaveDiffGram

Saves a specially formatted XML document that includes all changes, including before and after data, to a specified TextWriter.

[Visual Basic]
Public Sub SaveDiffGram( _
   ByVal writer As TextWriter _
)
[C#]
public void SaveDiffGram(
   TextWriter writer
);
[C++]
public: void SaveDiffGram(
   TextWriter* writer
);
[JScript]
public function SaveDiffGram(
   writer : TextWriter
);

Parameters

writer
The TextWriter to save to.

See Also

DataSet Class | DataSet Members | System.Data Namespace