CsvWriterRecord Property

Gets the record to be written to the file.

Definition

Namespace: FolkerKinzel.CsvTools
Assembly: FolkerKinzel.CsvTools (in FolkerKinzel.CsvTools.dll) Version: 2.0.1+2345335399184346d9b2cc992ed5c814406052c1
C#
public CsvRecord Record { get; }

Property Value

CsvRecord

Remarks

Fill the CsvRecord object with data and then call the WriteRecord method to write this data to the file.

The CsvRecord is the same with each call. CsvWriter clears the contents of this CsvRecord instance after each call of the WriteRecord method.

See Also