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

Loads a specially formatted XML document that includes all changes, including before and after data, from a IDataReader.

[Visual Basic]
Public Sub LoadDiffGram( _
   ByVal reader As IDataReader _
)
[C#]
public void LoadDiffGram(
   IDataReader reader
);
[C++]
public: void LoadDiffGram(
   IDataReader* reader
);
[JScript]
public function LoadDiffGram(
   reader : IDataReader
);

Parameters

reader
The IDataReader to load.

See Also

DataSet Class | DataSet Members | System.Data Namespace