API Reference
Struct
CsvProgress
Describes CSV read progress reported while records are emitted.
Inheritance
- ValueType
- CsvProgress
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property CsvLoadOptions.ProgressCallback
Constructors
public CsvProgress(Int64 recordsRead, Int32 lineNumber) #Initializes a new progress snapshot.
Parameters
- recordsRead System.Int64
- lineNumber System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from ValueType
Parameters
- obj Object