TCustomClrDataSet.WriteXml(WideString,TXmlWriteMode,Boolean) Method

<< Click to Display Table of Contents >>

Navigation:  ADONetVCL > Symbol Reference > CNClrLib.ADONet.Client > Classes > TCustomClrDataSet > Methods >

TCustomClrDataSet.WriteXml(WideString,TXmlWriteMode,Boolean) Method

Writes the current data, and optionally the schema, for the DataSet using the specified file and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true.

 

Namespace: CNClrLib.ADONet.Client

expandingSyntax

Parameters

FileName

Type: WideString

Mode

Type: System.Void

writeHierarchy

Type: Boolean

expandingSee Also