Click or drag to resize

EntityFieldCoreIFieldInfoReadXml 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.9.0.0 (5.9.0)
Syntax
void IFieldInfo.ReadXml(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
The reader.

Implements

IFieldInfoReadXml(XmlReader)
See Also