Returns information about the data table (the data and metadata) in XML format.
The schema of the XML is available using the GetSchema method.
Returns information about the data table (the data and metadata) in XML format.
The schema of the XML is available using the GetSchema method.
| Visual Basic |
|---|
Public Function SerializeAsXML( _ ByVal dataTableXmlSelect As BoDataTableXmlSelect _ ) As String |
| Value | Description |
|---|---|
| dxs_All | Data and metadata of the data table |
| dxs_MetaData | Only the metadata of the data table |
| dxs_DataOnly | Only the data of the data table |
| Saving DataTable to XML (C#) | ||
|---|---|---|
| ||