CsvWriter(TextWriter) Constructor

Initializes a new instance of the CsvWriter class.

Namespace: Dundas.BI.Utility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public CsvWriter(
	TextWriter writer
)

Parameters

writer  TextWriter
The writer to which the data will be written.
Remarks
Use this constructor if you are planning to use WriteRecord(String) method.
See Also