dotConnect for Oracle Documentation
Devart.Common Namespace / DbDataSet Class / ReadXml Method / ReadXml(Stream,XmlReadMode) Method
An object that derives from System.IO.Stream.
One of the System.Data.XmlReadMode values.

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

Parameters

stream
An object that derives from System.IO.Stream.
mode
One of the System.Data.XmlReadMode values.

Return Value

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