CsvConverterWrite Method

Overload List

Write(DataTable, CsvWriter, CsvMapping) Writes the content of a DataTable as CSV.
WriteTSource(IEnumerableTSource, CsvWriter, CsvFromTSource) Writes the content of a collection of TSource instances as CSV.
WriteTSource(IEnumerableTSource, CsvWriter, CsvMapping, ActionTSource, Object) Writes the content of a collection of TSource instances as CSV.

See Also