Click or drag to resize
IEntityFieldsWriteXml Method (XmlFormatAspect, XmlDocument, XmlNode)
Converts this EntityFields object to a set of XmlNodes with all the fields as individual nodes.

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
void WriteXml(
	XmlFormatAspect aspects,
	XmlDocument parentDocument,
	XmlNode parentNode
)

Parameters

aspects
Type: SD.LLBLGen.Pro.ORMSupportClassesXmlFormatAspect
The aspect flags to control the format of the XML produced
parentDocument
Type: System.XmlXmlDocument
the XmlDocument which will contain the nodes this method will create. This document is required to create the new nodes for the fields
parentNode
Type: System.XmlXmlNode
the node the fields will have to be added to.
See Also