TableDataSourceAddDataFromXmlString Method |
Adds content to the datasource
Namespace:
Easymap.AddIn.Data
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic void AddDataFromXmlString(
string xml
)
Public Sub AddDataFromXmlString (
xml As String
)
Parameters
- xml
- Type: SystemString
Remarks Note |
---|
This xml-string must be compatible with DataTable. |
See Also