  | IRecordFormatTableCSV Method  | 
 
            Formats the specified table as a comma delimited string.
            
 
    Namespace: 
   Opait.ReportMiner.Api
    Assembly:
   Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntaxstring FormatTableCSV(
	ITable table
)
Parameters
- table
 - Type: Opait.ReportMiner.ApiITable
The table to format. 
Return Value
Type: 
StringThe formatted table as a comma-delimited string.
See Also