dotConnect for Oracle Documentation
Devart.Common Namespace / DbDataSet Class / ReadXml Method / ReadXml(TextReader,XmlReadMode) Method
The System.IO.TextReader from which to read the schema and data.
One of the System.Data.XmlReadMode values.

In This Topic
ReadXml(TextReader,XmlReadMode) Method
In This Topic
Reads XML schema and data into the DbDataSet using the specified System.IO.TextReader.
Syntax
'Declaration
 
Public Overloads Shadows Function ReadXml( _
   ByVal reader As TextReader, _
   ByVal mode As XmlReadMode _
) As XmlReadMode
 

Parameters

reader
The System.IO.TextReader from which to read the schema and data.
mode
One of the System.Data.XmlReadMode values.

Return Value

The System.Data.XmlReadMode used to read the data.
See Also