IFieldValueDictionary.FromXml Method
Sets the values in this dictionary from specified XML.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Sub FromXml ( _
xml As String _
)
'Usage
Dim instance As IFieldValueDictionary
Dim xml As String
instance.FromXml(xml)
void FromXml(
string xml
)
Parameters
xml
Type: System.StringA string containing XML data.