XmlDataDocument::Load Method (TextReader^)
.NET Framework (current version)
Loads the XmlDataDocument from the specified TextReader.
Assembly: System.Data (in System.Data.dll)
Parameters
- txtReader
-
Type:
System.IO::TextReader^
The TextReader used to feed the XML data into the document.
XmlDataDocument does not support creating entity references. If the data includes entity references, the Load method resolves and expands any entity references.
Note |
|---|
In order to view the XML data relationally, you must first specify a schema to use for data mapping. This can be done either by calling the ReadXmlSchema method or by creating the tables and columns within the DataSet manually. This step must be done before calling Load. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
