Click or drag to resize

IEntityFieldCore.WriteXml Method (XmlWriter, XmlFormatAspect)

Writes the XML of this Field object to the writer specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
void WriteXml(
	XmlWriter writer,
	XmlFormatAspect aspects
)

Parameters

writer
Type: System.Xml.XmlWriter
The writer.
aspects
Type: SD.LLBLGen.Pro.ORMSupportClasses.XmlFormatAspect
The aspects.
See Also