CsvWriter Constructor (TextWriter)

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 (24.3.0.1000)
Syntax
public CsvWriter(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
The writer to which the data will be written.
Remarks
See Also