Click or drag to resize
XmlHelperCreateNewNode Method
Adds a new XmlNode with the name nodeName to the document specified. Does not add the node to any parent node.

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 CreateNewNode(
	XmlDocument parentDocument,
	string nodeName
)

Parameters

parentDocument
Type: System.XmlXmlDocument
document the new node will be added to
nodeName
Type: SystemString
name of node

Return Value

Type: XmlNode
New node created
See Also