Click or drag to resize
XmlHelperAddNode Method (XmlNode, String, String)
Adds a new XmlNode with the name nodeName and the value nodeValue to the node parentNode specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual XmlNode AddNode(
	XmlNode parentNode,
	string nodeName,
	string nodeValue
)

Parameters

parentNode
Type: System.XmlXmlNode
the parent node the node will be added to as a childnode
nodeName
Type: SystemString
name of node
nodeValue
Type: SystemString
value of node

Return Value

Type: XmlNode
New node created
See Also