'Declaration
Public Overloads Sub ReadXml( _
ByVal reader As System.Xml.XmlReader _
)
public void ReadXml(
System.Xml.XmlReader reader
)
Parameters
reader
The XmlReader which to read.
Remarks
The ReadXml method is used to restore the data previously saved by WriteXml(String). Together, these methods allow to save the whole data contents of a C1DataSet and restore it later, for example, to save work when no database connection is available to save it in the database, and restore it and send to the database for update when the connection becomes available.