dotConnect for Oracle Documentation
Devart.Common Namespace / DbDataSet Class / ReadXml Method / ReadXml(String,XmlReadMode) Method
The filename (including the path) from which to read.
One of the System.Data.XmlReadMode values.

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

Parameters

fileName
The filename (including the path) from which to read.
mode
One of the System.Data.XmlReadMode values.

Return Value

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