EntityBaseReadXmlExplicitImpl Method |
Calls into ReadXml(reader), which will use the document route.
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 protected override void ReadXmlExplicitImpl(
XmlReader reader
)
Protected Overrides Sub ReadXmlExplicitImpl (
reader As XmlReader
)
Parameters
- reader
- Type: System.XmlXmlReader
The reader.
See Also