Reads the DataSet from given XML reader (expects "NewDataSet" as a root node).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- ds
- Type: System.Data DataSet
DataSet to read
- xml
- Type: System.Xml XmlReader
XML to read
- rowCallback
- Type: CMS.Helpers DataHelper ActionCallback
Callback action which should be called after each row is loaded. The DataSet, DataTable a DataRow are added as additional parameters
- parameters
- Type: System Object
Callback parameters
Return Value
Type: DataSetSee Also