wwDotNetBridge::XmlStringToDataSet

Creates a .NET DataSet from an XML String that is exported from XmlAdapter or CursorToXml.

o.XmlStringToDataSet(lcXml)

.NET DataSet object or NULL

Parameters

lcXml
The Xml string that contains a Cursor or Cursor Set representation

Example

USE TT_CUST
lcXml = ""
CursorToXml("lcXml","TT_CUST")

loDS = loBridge.XmlStringToDataSet(lcXml)

See also