Click or drag to resize

CSVWriteDataTable Method

Data table write to CSV file format

Namespace:  SIC.File
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static void WriteDataTable(
	ref DataTable pDataTable,
	string pFileName,
	bool pFileOverride = false
)

Parameters

pDataTable
Type: System.DataDataTable

[Missing <param name="pDataTable"/> documentation for "M:SIC.File.CSV.WriteDataTable(System.Data.DataTable@,System.String,System.Boolean)"]

pFileName
Type: SystemString
file name include path and extension
pFileOverride (Optional)
Type: SystemBoolean

[Missing <param name="pFileOverride"/> documentation for "M:SIC.File.CSV.WriteDataTable(System.Data.DataTable@,System.String,System.Boolean)"]

See Also