IEntityFieldWriteXml Method (XmlFormatAspect, XmlDocument, XmlNode) | 
 
            Converts this EntityField2 to an XmlNode. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxvoid WriteXml(
	XmlFormatAspect aspects,
	XmlDocument parentDocument,
	out XmlNode entityFieldNode
)
Sub WriteXml ( 
	aspects As XmlFormatAspect,
	parentDocument As XmlDocument,
	<OutAttribute> ByRef entityFieldNode As XmlNode
)
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 node this method will return. This document is required
            to create the new node object - entityFieldNode
 - Type: System.XmlXmlNode
The output parameter which will represent this EntityField2 as XmlNode 
See Also