Overload List

  Name Description
Public method Static member WriteCsv(DataTable, Stream, Boolean)
Reads CSV data into the DataTable using the specified Stream.
Public method Static member WriteCsv(DataTable, TextWriter, Boolean)
Reads CSV data into the DataTable using the specified TextReader.
Public method Static member WriteCsv(DataTable, String, Boolean)
Writes the DataTable to a CSV file using the specified file name.

See Also