Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

FileHelperEngine.ReadFileAsDT Method (String, Int32)

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

[Visual Basic]
Overloads Public Function ReadFileAsDT( _
   ByVal fileName As String, _
   ByVal maxRecords As Integer _
) As DataTable
[C#]
public DataTable ReadFileAsDT(
   string fileName,
   int maxRecords
);

Parameters

fileName
The file name.
maxRecords
The max number of records to read. Int32.MaxValue or -1 to read all records.

Return Value

The DataTable with the read records.

See Also

FileHelperEngine Class | FileHelpers Namespace | FileHelperEngine.ReadFileAsDT Overload List


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox