IFileHelperEngineTReadFileAsDT Method (String, Int32) |
Read the records of the file and fill a DataTable with them
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
SyntaxDataTable ReadFileAsDT(
string fileName,
int maxRecords
)
Function ReadFileAsDT (
fileName As String,
maxRecords As Integer
) As DataTable
Parameters
- fileName
- Type: SystemString
The file name. - maxRecords
- Type: SystemInt32
The max number of records to read. Int32.MaxValue or -1 to read all records.
Return Value
Type:
DataTableThe DataTable with the read records.
See Also