Writes the entire System.Data.DataSet as a DiffGram, including original and current values. To generate a DiffGram containing only changed values, call DataSet.GetChanges, and then call DataSet.WriteXml(System.IO.Stream) as a DiffGram on the returned System.Data.DataSet.