Click or drag to resize

CSVReaderIsResettable Property

Return true if this CSVReader supports the reset() method.

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public bool IsResettable { get; }

Return Value

Type: Boolean
true if the underlying AdapterInputSource is resettable
See Also