Click or drag to resize

FileHelperEngineTReadFileAsDT Method (String)

Note: This API is now obsolete.

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

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
[ObsoleteAttribute("You must use ReadFile(...).ToDataTable<T>() instead.")]
public DataTable ReadFileAsDT(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name.

Return Value

Type: DataTable
The DataTable with the read records.

Implements

IFileHelperEngineTReadFileAsDT(String)
See Also