ExtractDataEventAction Enum
Possible ways of proceeding after one of the events is fired while extracting to data table.
Fields
| Continue | Continue extracting data to System.Data.DataTable. |
| SkipRow | Skip row. |
| StopReading | Stop extracting data to System.Data.DataTable. |