Click or drag to resize

CsvColumn Class

A column in the CSV.
Inheritance Hierarchy
SystemObject
  NLog.LayoutsCsvColumn

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public class CsvColumn

The CsvColumn type exposes the following members.

Constructors
  NameDescription
Public methodCsvColumn
Initializes a new instance of the CsvColumn class.
Public methodCsvColumn(String, Layout)
Initializes a new instance of the CsvColumn class.
Top
Properties
  NameDescription
Public propertyLayout
Gets or sets the layout used for rendering the column value.
Public propertyName
Gets or sets the name of the column.
Public propertyQuoting
Gets or sets the override of Quoting mode
Top
Remarks
See Also