IFileHelperEngineTReadStreamAsDT Method (TextReader) |
Read the records of the stream and fill a DataTable with them
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
SyntaxDataTable ReadStreamAsDT(
TextReader reader
)
Function ReadStreamAsDT (
reader As TextReader
) As DataTable
Parameters
- reader
- Type: System.IOTextReader
The stream with the source records.
Return Value
Type:
DataTableThe DataTable with the read records.
See Also