IEntityFieldsCoreReadXml 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.10.0.0 (5.10.0)
Syntaxvoid ReadXml(
	XmlNode fieldsElement
)
Sub ReadXml ( 
	fieldsElement As XmlNode
)
Parameters
- fieldsElement
 - Type: System.XmlXmlNode
 
See Also