InheritanceInfoIInheritanceInfoReadXml Method |
Deserializes the object data on the xml reader into this instance
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 IInheritanceInfo.ReadXml(
XmlReader reader
)
Private Sub ReadXml (
reader As XmlReader
) Implements IInheritanceInfo.ReadXml
Parameters
- reader
- Type: System.XmlXmlReader
The reader.
Implements
IInheritanceInfoReadXml(XmlReader)
See Also