Click or drag to resize

TableDataSourceAddDataFromXmlString Method

Adds content to the datasource

Namespace:  Easymap.AddIn.Data
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public void AddDataFromXmlString(
	string xml
)

Parameters

xml
Type: SystemString
Remarks
Note Note
This xml-string must be compatible with DataTable.
See Also