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
Add
Data
From
Xml
String Method
Adds content to the datasource
Namespace:
Easymap.AddIn.Data
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
C#
VB
Copy
public
void
AddDataFromXmlString
(
string
xml
)
Public
Sub
AddDataFromXmlString
(
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