DataHelperWriteDataSetToXml Method |
Writes the DataSet from given XML reader.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static void WriteDataSetToXml(
DataSet ds,
XmlWriter xml,
string filePathColumn,
Object[] parameters
)
Parameters
- ds
- Type: System.DataDataSet
DataSet to read - xml
- Type: System.XmlXmlWriter
XML to read - filePathColumn
- Type: SystemString
Column name with the file path to the binary file - parameters
- Type: SystemObject
Callback parameters
See Also