easymap API-Reference
easymap API-Reference
easymap API-Reference
Easymap.AddIn.Data
TableDataSource Class
TableDataSource Methods
AddDataFromDataReader Method
AddDataFromDataTable Method
AddDataFromOleDBConnection Method
AddDataFromXmlString Method
GetDataView Method
LoadDataFromDataReader Method
LoadDataFromDataTable Method
LoadDataFromOleDBConnection Method
LoadDataFromXmlString Method
Refresh Method
Table
Data
Source
Load
Data
From
Xml
String Method
Replaces the content of the datasource
Namespace:
Easymap.AddIn.Data
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
C#
VB
Copy
public
void
LoadDataFromXmlString
(
string
xml
)
Public
Sub
LoadDataFromXmlString
(
xml
As
String
)
Parameters
xml
String
Remarks
Note
This xml-string must be compatible with
DataTable
.
See Also
Reference
TableDataSource Class
Easymap.AddIn.Data Namespace