wwDotNetBridge::XmlStringToDataSet
less than 1 minute to read

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

o.XmlStringToDataSet(lcXml)

Return Value

.NET DataSet object or NULL

Parameters

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

Example

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

See also:

Class wwDotNetBridge

© West Wind Technologies, 1996-2024 • Updated: 09/23/24
Comment or report problem with topic