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

In This Topic
ReadXml(TextReader) 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 _
) As XmlReadMode
 

Parameters

reader
The System.IO.TextReader from which to read the schema and data.

Return Value

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