Simply dumps the DataTable contents to a delimited file. Only allows to set the delimiter.
[Visual Basic]
Overloads Public Shared Sub DataTableToCsv( _
ByVal
dt As
DataTable, _
ByVal
filename As
String, _
ByVal
options As
CsvOptions _
)
Parameters
-
dt
- The source Data Table
-
filename
- The destination file.
-
options
- The options used to write the file
See Also
CommonEngine Class | FileHelpers Namespace | CommonEngine.DataTableToCsv Overload List
Powered by: