CsvWriterWriteRecord Method

Writes a record to the CSV file.

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public void WriteRecord(
	params string[] fieldValues
)

Parameters

fieldValues
Type: SystemString
The field values.
See Also