Click or drag to resize

EntityFieldsCore<TField>.IEntityFieldsCore.ReadXml Method

Reads the fields which are childnodes of the passed in fieldsElement into this object

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
void IEntityFieldsCore.ReadXml(
	XmlNode fieldsElement
)

Parameters

fieldsElement
Type: System.Xml.XmlNode

Implements

IEntityFieldsCore.ReadXml(XmlNode)
See Also