TableDataSourceLoadDataFromXmlString Method |
Replaces the content of the datasource
Namespace:
Easymap.AddIn.Data
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public void LoadDataFromXmlString(
string xml
)
Public Sub LoadDataFromXmlString (
xml As String
)
Parameters
- xml
- Type: SystemString
Remarks Note |
---|
This xml-string must be compatible with DataTable. |
See Also