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

foxpro
foxpro
USE TT_CUST lcXml = "" CursorToXml("lcXml","TT_CUST") loDS = loBridge.XmlStringToDataSet(lcXml)

See also

Class wwDotNetBridge

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic