Click or drag to resize

IRecordFormatTableXML Method

Formats the specified table as XML.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
XElement FormatTableXML(
	ITable table
)

Parameters

table
Type: Opait.ReportMiner.ApiITable
The specified table.

Return Value

Type: XElement
Table formatted as XElement.
See Also