TDbRecordset.WriteXmlSchema(WideString,Boolean) Method

<< Click to Display Table of Contents >>

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

TDbRecordset.WriteXmlSchema(WideString,Boolean) Method

Writes the current data structure of the Recordset as an XML schema to the specified file. To save the schema for the table and all its descendants, set the writeHierarchy parameter to true.

 

Namespace: CNClrLib.ADONet.Client

expandingSyntax

Parameters

fileName

Type: WideString

writeHierarchy

Type: Boolean

expandingSee Also