dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDataSet Class / ReadXml Method

ReadXml Method
Reads XML schema and data into the DbDataSet.
Overload List
OverloadDescription
Reads XML schema and data into the DbDataSet using the specified System.IO.Stream.  
Reads XML schema and data into the DbDataSet using the specified file.  
Reads XML schema and data into the DbDataSet using the specified System.IO.TextReader.  
Reads XML schema and data into the DbDataSet using the specified System.Xml.XmlReader.  
Reads XML schema and data into the DbDataSet using the specified System.IO.Stream.  
Reads XML schema and data into the DbDataSet using the specified file and System.Data.XmlReadMode.  
Reads XML schema and data into the DbDataSet using the specified System.IO.TextReader.  
Reads XML schema and data into the DbDataSet using the specified System.Xml.XmlReader.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also