XmlDataDocument::CreateEntityReference Method (String^)
.NET Framework (current version)
Creates an XmlEntityReference with the specified name.
Assembly: System.Data (in System.Data.dll)
Parameters
- name
-
Type:
System::String^
The name of the entity reference.
| Exception | Condition |
|---|---|
| NotSupportedException | Calling this method. |
XmlEntityReference nodes cannot be created for XmlDataDocument objects. Calling this method throws an exception.
.NET Framework
Available since 1.1
Available since 1.1
Show: