Click or drag to resize

TextfileWriteDataTableFieldlist Method

Write field list for data table to a txt file

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

Parameters

pDataTable
Type: System.DataDataTable

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

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

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

See Also