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 );