'Declaration Public Overloads Shadows Function ReadXml( _ ByVal reader As TextReader _ ) As XmlReadMode
public new XmlReadMode ReadXml( TextReader reader )
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.