CsvWriter 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()
Remarks
Use this constructor if you are planning to use GetRecordString(String) method.
See Also