www.csvreader.com

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.

[Visual Basic]
Public Property CaptureRawRecord As Boolean
[C#]
public bool CaptureRawRecord {get; set;}

See Also

CsvReader.UserSettings Class | DataStreams.Csv Namespace