Click or drag to resize

EAPCtrlUtilsReaderToTable Method (IDataReader)

Reads a DataReader 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(
	IDataReader reader
)

Parameters

reader
Type: System.DataIDataReader
The reader to read.

Return Value

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