DynamicType.ReadXml Method
Reads an XML document of the dynamic type.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub ReadXml ( _
reader As XmlReader _
)
'Usage
Dim instance As DynamicType
Dim reader As XmlReader
instance.ReadXml(reader)
public void ReadXml(
XmlReader reader
)
Parameters
reader
Type: System.Xml.XmlReaderThe XML reader.
Implements
IXmlSerializable.ReadXml(XmlReader)