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

FileHelperEngine.ReadStreamAsDT Method (TextReader, Int32)

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

[Visual Basic]
Overloads Public Function ReadStreamAsDT( _
   ByVal reader As TextReader, _
   ByVal maxRecords As Integer _
) As DataTable
[C#]
public DataTable ReadStreamAsDT(
   TextReader reader,
   int maxRecords
);

Parameters

reader
The stream with the source records.
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.ReadStreamAsDT 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