Click or drag to resize

FileHelperEngineTReadStreamAsDT Method (TextReader)

Note: This API is now obsolete.

Read the records of the stream and fill a DataTable with them

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
[ObsoleteAttribute("You must use ReadStream(...).ToDataTable<T>() instead.")]
public DataTable ReadStreamAsDT(
	TextReader reader
)

Parameters

reader
Type: System.IOTextReader
The stream with the source records.

Return Value

Type: DataTable
The DataTable with the read records.

Implements

IFileHelperEngineTReadStreamAsDT(TextReader)
See Also