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 );
DataSet Class | DataSet Members | System.Data Namespace | ReadDiffGram