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
)
Public Shared Function ReaderToTable (
data As DataTable
) As Table
Parameters
- data
- Type: System.DataDataTable
The DataTable to read.
Return Value
Type:
TableThe table containing the data obtained from the DataTable.
See Also