EntityFieldsCoreTFieldIEntityFieldsCoreReadXml 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.12.0.0 (5.12.0)
Syntaxvoid IEntityFieldsCore.ReadXml(
	XmlNode fieldsElement
)
Private Sub ReadXml ( 
	fieldsElement As XmlNode
) Implements IEntityFieldsCore.ReadXml
Parameters
- fieldsElement
 - Type: System.XmlXmlNode
 
Implements
IEntityFieldsCoreReadXml(XmlNode)
See Also