| NetCharts Server .NET Toolkit | |
DataConversion.convertDataTableToNCXML Method
Converts a DataTable to NCXML formatted XML.
Parameters
- dt
- The DataTable to convert to NCXML formatted XML.
- includeColumnNames
- Whether or not to include the DataTable column names as the first row of the NCXML formatted XML.
Return Value
NCXML formatted XML populated from the DataTable.
Exceptions
| Exception Type | Condition |
|---|
| NSToolKitException | Thrown when the DataTable is null or Nothing . |
See Also
DataConversion Class | NetChartsServer Namespace