Click or drag to resize
CsvReaderUserSettingsCaptureRawRecord Property
Determines whether the unparsed record text, CsvReader, should be preserved while parsing. Slightly better performce can be obtained by setting this to false when the record text will not be used. Default is true.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public bool CaptureRawRecord { get; set; }

Property Value

Type: Boolean
See Also