Click or drag to resize

EAPCtrlUtilsReaderToTable Method (DataTable)

Reads a DataTable into an HTML table. The table will always include a header row. The header row will have the "hdr" CSSClass.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Table ReaderToTable(
	DataTable data
)

Parameters

data
Type: System.DataDataTable
The DataTable to read.

Return Value

Type: Table
The table containing the data obtained from the DataTable.
See Also