XmlDataDocument::CreateElement Method
.NET Framework (current version)
Namespace:
System.Xml
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | CreateElement(String^) | Creates an element with the specified name.(Inherited from XmlDocument.) |
![]() | CreateElement(String^, String^) | Creates an XmlElement with the qualified name and NamespaceURI.(Inherited from XmlDocument.) |
![]() | CreateElement(String^, String^, String^) | Creates an element with the specified Prefix, LocalName , and NamespaceURI.(Overrides XmlDocument::CreateElement(String^, String^, String^).) |
Show:
