Click or drag to resize

FieldInfo.IFieldInfo.ReadXml Method

Deserializes the data on the xml reader into a fieldinfo instance

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
void IFieldInfo.ReadXml(
	XmlReader reader
)

Parameters

reader
Type: System.Xml.XmlReader
The reader.

Implements

IFieldInfo.ReadXml(XmlReader)
See Also