Click or drag to resize

FileHelperWriteToFile(String, String, DataSet) Method

Writes data to the specified files in the specified format.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public static void WriteToFile(
	string files,
	string format,
	DataSet data
)
View Source

Parameters

files  String
Comma or semi-colon delimitted list of file names to which data is to be written.
format  String
Format (CSV or XML) in which data is to be written to the files.
data  DataSet
DataSet containing the data to be written to the files.
See Also