Loads data or metadata from an XML string.
XML can be retrieved from a data table with the SerializeAsXML method, modified, and then reloaded using this method. The XML schema can be obtained from the GetSchema method.
Loads data or metadata from an XML string.
XML can be retrieved from a data table with the SerializeAsXML method, modified, and then reloaded using this method. The XML schema can be obtained from the GetSchema method.
| Visual Basic |
|---|
Public Sub LoadSerializedXML( _ ByVal dataTableXmlSelect As BoDataTableXmlSelect, _ ByVal xml 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 |
| Loading data/metadata into DataTable (C#) | ||
|---|---|---|
| ||