Click or drag to resize

ProcessorFormatDataTable Method

Formats the specified table as a System.Data.DataTable object.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public DataTable FormatDataTable(
	ITable table
)

Parameters

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

Return Value

Type: DataTable
Table formatted as System.Data.DataTable.
See Also