asp.net.ph

DataSet.ReadXml Method ( String, XmlReadMode )

System.Data Namespace   DataSet Class


Reads XML schema and data into the DataSet using the specified file and XmlReadMode.

[ VB ]
Overloads Public Function ReadXml ( _
   ByVal fileName As String, _
   ByVal mode As XmlReadMode _
) As XmlReadMode

[ C# ]
public XmlReadMode ReadXml (
   String fileName,
   XmlReadMode mode
);

[ C++ ]
public: XmlReadMode ReadXml (
   String* fileName,
   XmlReadMode mode
);

[ JScript ]
public function ReadXml (
   fileName : String,
   mode : XmlReadMode
) : XmlReadMode;

Parameters

fileName
The file name ( including the path ) from which to read.
mode
One of the XmlReadMode values.

Return Value

The XmlReadMode used to read the data.

See Also

DataSet Members   DataSet.ReadXml Overload List   ReadXmlSchema   WriteXml   WriteXmlSchema Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph