AsXML property |
Applies to
TIB_BDataset
Declaration
Property AsXML : string;
Description
This returns the XML equivalent for the entire table.
It is not recommended to use this for large tables since they will all be
buffered in memory. Use the TIB_Cursor and write a simple loop to output
records and use the AsXML property of the TIB_Column.