wwDotNetBridge::XmlStringToDataSet

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

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

loDS = loBridge.XmlStringToDataSet(lcXml)

See also:

Class wwDotNetBridge

© West Wind Technologies, 1996-2022 • Updated: 06/07/17
Comment or report problem with topic