Click or drag to resize
CsvReaderIsQualified Method
Determines whether a specified column was qualified or not.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public bool IsQualified(
	int columnIndex
)

Parameters

columnIndex
Type: SystemInt32
The index of the column being requested.

Return Value

Type: Boolean
Whether the requested column was qualified or not.
Exceptions
ExceptionCondition
ObjectDisposedException Methods were called after the object has been disposed.
See Also