| 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.CsvAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public bool CaptureRawRecord { get; set; }
Public Property CaptureRawRecord As Boolean
Get
Set
Property Value
Type:
BooleanSee Also