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.WriteDiffGram

Writes a specially formatted XML document that includes all changes, including before and after data, into the specfied XmlWriter.

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

Parameters

writer
The XmlWriter to write to.

See Also

DataSet Class | DataSet Members | System.Data Namespace | ReadDiffGram