Click or drag to resize

TableDataSourceLoadDataFromXmlString Method

Replaces the content of the datasource

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public void LoadDataFromXmlString(
	string xml
)

Parameters

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