TClrDataTable.WriteXml(String,TXmlWriteMode,Boolean) Method

<< Click to Display Table of Contents >>

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

TClrDataTable.WriteXml(String,TXmlWriteMode,Boolean) Method

Writes the current data, and optionally the schema, for the TClrDataTable using the specified file and TXmlWriteMode. 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: String

mode

Type: System.Void

writeHierarchy

Type: Boolean

expandingSee Also